summaryrefslogtreecommitdiffstats
path: root/mkspecs/common/nacl
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-09-03 13:11:16 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-08 13:36:09 +0200
commit204176483c7bc2490663b51089e3a4bc813cc1f4 (patch)
tree3404e46f1712576c17853d2deee43da49f2c007a /mkspecs/common/nacl
parent1503d99a5e76856213e9125d63278339ab0c9327 (diff)
adjust specs to the new target mode handling
not strictly necessary, but nicer. QMAKE_PLATFORM (and thus CONFIG) now also contains the name of the OS, and its family (if applicable, e.g., bsd). this also adds more feature search paths. Change-Id: I3ab971e6e3b2b32cae53b95e4bc67a86688bc5cb Reviewed-by: Qt Doc Bot <qt_docbot@qt-project.org> Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'mkspecs/common/nacl')
-rw-r--r--mkspecs/common/nacl/nacl-base.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkspecs/common/nacl/nacl-base.conf b/mkspecs/common/nacl/nacl-base.conf
index 128ef23131..20a0f7507e 100644
--- a/mkspecs/common/nacl/nacl-base.conf
+++ b/mkspecs/common/nacl/nacl-base.conf
@@ -1,3 +1,4 @@
+QMAKE_PLATFORM = nacl $$QMAKE_PLATFORM
# Work around linker crash when using PIC. We are building
# statically so this is safe.