From 722f4c34bdd4a2f2fa067b7c4c84b2dbe2f2033c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Fri, 5 Nov 2010 15:53:24 +0100 Subject: mkspecs: Make linux-x86-openkode-g++ not include g++.conf directly Reviewed-by: ossi --- mkspecs/unsupported/qws/linux-x86-openkode-g++/qmake.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- cgit v0.12