diff options
-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) |