summaryrefslogtreecommitdiffstats
path: root/mkspecs/common/macx.conf
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2013-07-09 10:09:38 -0400
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-11 18:26:45 +0200
commit5b648d4d79d07a7c851ce6211ffff8375d41bfa2 (patch)
treeed298d4e7bb6a77f152093a17b30264efc392bf2 /mkspecs/common/macx.conf
parent2eb28f51ce4150fa03b2ddde8c39b502ae57d18a (diff)
Add osx and darwin scopes to qmake.
This gives us better consistency across the Qt ecosystem. Change-Id: Ie12ebb6e8c826ed2e0445eb37de0b79595da41c2 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'mkspecs/common/macx.conf')
-rw-r--r--mkspecs/common/macx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/common/macx.conf b/mkspecs/common/macx.conf
index 7f9f54ec12..33e7c6911a 100644
--- a/mkspecs/common/macx.conf
+++ b/mkspecs/common/macx.conf
@@ -2,7 +2,7 @@
# qmake configuration for common Mac OS X
#
-QMAKE_PLATFORM += macx
+QMAKE_PLATFORM += osx macx
QMAKE_MAC_SDK = macosx
include(mac.conf)