d004af667d
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>
16 lines
288 B
Plaintext
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
|