You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
193 B
10 lines
193 B
8 years ago
|
CONFIG += c++11
|
||
|
|
||
|
macx {
|
||
|
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.9
|
||
|
QMAKE_MAC_SDK = macosx # work around QTBUG-41238
|
||
|
|
||
|
# Only Intel binaries are accepted so force this
|
||
|
CONFIG += x86
|
||
|
}
|