9 lines
130 B
Plaintext
9 lines
130 B
Plaintext
#
|
|
# qmake configuration for common OS X
|
|
#
|
|
|
|
QMAKE_PLATFORM += osx macx
|
|
QMAKE_MAC_SDK = macosx
|
|
|
|
include(mac.conf)
|