qt5base-lts/mkspecs/macx-clang/qmake.conf

15 lines
267 B
Plaintext
Raw Normal View History

#
# qmake configuration for Clang on OS X
#
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.10
QMAKE_APPLE_DEVICE_ARCHS = x86_64
include(../common/macx.conf)
include(../common/gcc-base-mac.conf)
include(../common/clang.conf)
include(../common/clang-mac.conf)
load(qt_config)