diff options
author | Tor Arne Vestbø <tor.arne.vestbo@nokia.com> | 2010-11-05 14:53:24 (GMT) |
---|---|---|
committer | Tor Arne Vestbø <tor.arne.vestbo@nokia.com> | 2010-11-05 14:59:00 (GMT) |
commit | 722f4c34bdd4a2f2fa067b7c4c84b2dbe2f2033c (patch) | |
tree | ef00f067a416da7148edbe17872b25a53301ed7b /mkspecs/unsupported | |
parent | 9ffa8e5585bb7469034149c28f8d4f639f58f1f4 (diff) | |
download | Qt-722f4c34bdd4a2f2fa067b7c4c84b2dbe2f2033c.zip Qt-722f4c34bdd4a2f2fa067b7c4c84b2dbe2f2033c.tar.gz Qt-722f4c34bdd4a2f2fa067b7c4c84b2dbe2f2033c.tar.bz2 |
mkspecs: Make linux-x86-openkode-g++ not include g++.conf directly
Reviewed-by: ossi
Diffstat (limited to 'mkspecs/unsupported')
-rw-r--r-- | mkspecs/unsupported/qws/linux-x86-openkode-g++/qmake.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mkspecs/unsupported/qws/linux-x86-openkode-g++/qmake.conf b/mkspecs/unsupported/qws/linux-x86-openkode-g++/qmake.conf index 36ad503..b891c5e 100644 --- a/mkspecs/unsupported/qws/linux-x86-openkode-g++/qmake.conf +++ b/mkspecs/unsupported/qws/linux-x86-openkode-g++/qmake.conf @@ -2,7 +2,8 @@ # qmake configuration for building with linux-g++ # -include(../../../common/g++.conf) +include(../../../common/gcc-base-unix.conf) +include(../../../common/g++-unix.conf) include(../../../common/linux.conf) include(../../../common/qws.conf) |