diff options
Diffstat (limited to 'mkspecs/qws')
-rw-r--r-- | mkspecs/qws/linux-ppc-g++/qmake.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mkspecs/qws/linux-ppc-g++/qmake.conf b/mkspecs/qws/linux-ppc-g++/qmake.conf index a026e88..e1926b4 100644 --- a/mkspecs/qws/linux-ppc-g++/qmake.conf +++ b/mkspecs/qws/linux-ppc-g++/qmake.conf @@ -6,4 +6,15 @@ include(../../common/g++.conf) include(../../common/linux.conf) include(../../common/qws.conf) +# modifications to g++.conf +QMAKE_CC = powerpc-linux-gcc +QMAKE_CXX = powerpc-linux-g++ +QMAKE_LINK = powerpc-linux-g++ +QMAKE_LINK_SHLIB = powerpc-linux-g++ + +# modifications to linux.conf +QMAKE_AR = powerpc-linux-ar cqs +QMAKE_OBJCOPY = powerpc-linux-objcopy +QMAKE_STRIP = powerpc-linux-strip + load(qt_config) |