38be0d1383
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12
33 lines
909 B
Plaintext
Executable File
33 lines
909 B
Plaintext
Executable File
#
|
|
# qmake configuration for macx-xcode
|
|
#
|
|
# Mac OS X + XCode
|
|
#
|
|
|
|
MAKEFILE_GENERATOR = XCODE
|
|
TEMPLATE = app
|
|
CONFIG += qt warn_on release lib_version_first incremental plugin_no_soname link_prl app_bundle
|
|
QT += core gui
|
|
|
|
include(../common/mac.conf)
|
|
include(../common/gcc-base-macx.conf)
|
|
include(../common/g++-macx.conf)
|
|
|
|
QMAKE_CC =
|
|
QMAKE_CXX =
|
|
QMAKE_LINK =
|
|
QMAKE_LINK_C =
|
|
QMAKE_LINK_C_SHLIB =
|
|
QMAKE_LINK_SHLIB =
|
|
QMAKE_CFLAGS_HIDESYMS =
|
|
QMAKE_CFLAGS_PPC_64 =
|
|
QMAKE_CFLAGS_X86_64 =
|
|
QMAKE_CFLAGS_PPC =
|
|
QMAKE_CFLAGS_X86 =
|
|
QMAKE_LFLAGS_VERSION =
|
|
QMAKE_LFLAGS_COMPAT_VERSION =
|
|
QMAKE_LFLAGS_SONAME =
|
|
QMAKE_INCDIR += /usr/local/include /System/Library/Frameworks/CarbonCore.framework/Headers
|
|
|
|
load(qt_config)
|