blob: be6e2bf6b8106d0359d95b139e30575bc28e9728 [file] [log] [blame]
#macx-g++ (different from g++.conf)
#
# qmake configuration for macx-g++
#
# Mac OS X + command-line compiler
#
MAKEFILE_GENERATOR = UNIX
TARGET_PLATFORM = macx
TEMPLATE = app
CONFIG += qt warn_on release app_bundle incremental global_init_link_order lib_version_first plugin_no_soname link_prl
QT += core gui
QMAKE_INCREMENTAL_STYLE = sublib
QMAKE_CC = gcc-4.0
QMAKE_CXX = g++-4.0
include(../common/mac-g++.conf)
load(qt_config)