Ticket #55195: macx.conf

File macx.conf, 322 bytes (added by rsuray, 7 years ago)

modified macx.conf

Line 
1#
2# qmake configuration for common OS X
3#
4QMAKE_MAC_SDK = macosx10.13
5
6
7QMAKE_PLATFORM         += macos osx macx
8#       QMAKE_MAC_SDK           = macosx
9
10device.sdk = macosx
11device.target = device
12device.dir_affix = $${device.sdk}
13device.CONFIG = $${device.sdk}
14device.deployment_identifier = $${device.sdk}
15
16include(mac.conf)