qt5base-lts/mkspecs/macx-xcode/qmake.conf
Tor Arne Vestbø d004af667d macx-xcode: Change wrapper to write to QMAKESPEC to change mkspec
The allows us to remove the custom logic in default_post for finding
the plist files, and also fixes issues when the wrapped mkspec had
its own feature files.

Change-Id: I4c26cf6a7809f527e170c51c57f59aaf6088774c
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
2013-10-14 12:07:53 +02:00

16 lines
288 B
Plaintext

#
# qmake configuration for macx-xcode
#
# OS X + Xcode
#
QMAKESPEC = $$dirname(PWD)/$$[QMAKE_XSPEC]
include($$QMAKESPEC/qmake.conf)
MAKEFILE_GENERATOR = XCODE
# The active spec is now the original spec, but we still want
# Xcode specific blocks to be triggered.
CONFIG += macx-xcode