1 | # |
---|
2 | # qmake configuration for Clang on OS X |
---|
3 | # |
---|
4 | |
---|
5 | QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.10 |
---|
6 | |
---|
7 | QMAKE_APPLE_DEVICE_ARCHS = x86_64 |
---|
8 | |
---|
9 | include(../common/macx.conf) |
---|
10 | include(../common/gcc-base-mac.conf) |
---|
11 | include(../common/clang.conf) |
---|
12 | include(../common/clang-mac.conf) |
---|
13 | |
---|
14 | load(qt_config) |
---|