diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2012-09-03 13:11:16 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-09-08 13:36:09 +0200 |
commit | 204176483c7bc2490663b51089e3a4bc813cc1f4 (patch) | |
tree | 3404e46f1712576c17853d2deee43da49f2c007a /mkspecs/irix-cc-64 | |
parent | 1503d99a5e76856213e9125d63278339ab0c9327 (diff) | |
download | qtbase-204176483c7bc2490663b51089e3a4bc813cc1f4.tar.gz |
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/irix-cc-64')
-rw-r--r-- | mkspecs/irix-cc-64/qmake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/irix-cc-64/qmake.conf b/mkspecs/irix-cc-64/qmake.conf index af102a0b67..16e03babb7 100644 --- a/mkspecs/irix-cc-64/qmake.conf +++ b/mkspecs/irix-cc-64/qmake.conf @@ -35,7 +35,7 @@ # MAKEFILE_GENERATOR = UNIX -TARGET_PLATFORM = unix +QMAKE_PLATFORM = irix TEMPLATE = app CONFIG += qt warn_on release link_prl QT += core gui |