summaryrefslogtreecommitdiffstats
path: root/mkspecs/darwin-g++/qmake.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/darwin-g++/qmake.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/darwin-g++/qmake.conf')
-rw-r--r--mkspecs/darwin-g++/qmake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/darwin-g++/qmake.conf b/mkspecs/darwin-g++/qmake.conf
index 24a6224b7c..ab333b1684 100644
--- a/mkspecs/darwin-g++/qmake.conf
+++ b/mkspecs/darwin-g++/qmake.conf
@@ -5,7 +5,7 @@
#
MAKEFILE_GENERATOR = UNIX
-QMAKE_PLATFORM = mac macx
+QMAKE_PLATFORM = osx macx mac darwin
CONFIG += native_precompiled_headers
DEFINES += __USE_WS_X11__