2012-05-03 10:42:16 +00:00
|
|
|
#
|
|
|
|
# qmake configuration for 32-bit Clang on OS X
|
|
|
|
#
|
|
|
|
|
2013-03-02 14:13:38 +00:00
|
|
|
include(../common/macx.conf)
|
2013-03-02 14:46:37 +00:00
|
|
|
include(../common/gcc-base-mac.conf)
|
2012-05-03 10:42:16 +00:00
|
|
|
include(../common/clang.conf)
|
|
|
|
include(../common/clang-mac.conf)
|
2013-02-15 16:27:51 +00:00
|
|
|
|
2016-03-02 17:55:10 +00:00
|
|
|
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.9
|
2012-05-03 10:42:16 +00:00
|
|
|
|
2013-03-19 01:57:31 +00:00
|
|
|
QMAKE_CFLAGS += -arch i386
|
|
|
|
QMAKE_CXXFLAGS += -arch i386
|
|
|
|
QMAKE_LFLAGS += -arch i386
|
2012-05-03 10:42:16 +00:00
|
|
|
|
|
|
|
load(qt_config)
|