Ticket #55195: qmake.conf
File qmake.conf, 297 bytes (added by rsuray, 7 years ago) |
---|
Line | |
---|---|
1 | # |
2 | # qmake configuration for Clang on OS X |
3 | # |
4 | |
5 | QMAKE_MAC_SDK = macosx10.12 |
6 | |
7 | |
8 | QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.10 |
9 | |
10 | QMAKE_APPLE_DEVICE_ARCHS = x86_64 |
11 | |
12 | include(../common/macx.conf) |
13 | include(../common/gcc-base-mac.conf) |
14 | include(../common/clang.conf) |
15 | include(../common/clang-mac.conf) |
16 | |
17 | load(qt_config) |