6a3a234742
"CONFIG += qt warn_on release link_prl" is in every single spec (though for link_prl there is one genuine exception and two apparent omissions). Change-Id: I72e1e315586af828eefa3b0b70998ab892ec3c1a Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
25 lines
642 B
Plaintext
25 lines
642 B
Plaintext
#
|
|
# qmake configuration for macx-xcode
|
|
#
|
|
# Mac OS X + XCode
|
|
#
|
|
|
|
MAKEFILE_GENERATOR = XCODE
|
|
CONFIG += lib_version_first incremental plugin_no_soname app_bundle
|
|
|
|
include(../common/mac.conf)
|
|
include(../common/gcc-base-macx.conf)
|
|
include(../common/g++-macx.conf)
|
|
|
|
QMAKE_LINK =
|
|
QMAKE_LINK_C =
|
|
QMAKE_LINK_C_SHLIB =
|
|
QMAKE_LINK_SHLIB =
|
|
QMAKE_CFLAGS_HIDESYMS =
|
|
QMAKE_LFLAGS_VERSION =
|
|
QMAKE_LFLAGS_COMPAT_VERSION =
|
|
QMAKE_LFLAGS_SONAME =
|
|
QMAKE_INCDIR += /usr/local/include /System/Library/Frameworks/CarbonCore.framework/Headers
|
|
|
|
load(qt_config)
|