summaryrefslogtreecommitdiffstats
path: root/mkspecs/unsupported/qws/qnx-ppc-g++/qmake.conf
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-05-18 20:22:42 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-06-19 16:46:07 +0200
commit45a201b6a3658c3575f1c44d80a0408ef918afe2 (patch)
tree1fb05cd71bd5aec525a831ffeb312b8b7dd04a03 /mkspecs/unsupported/qws/qnx-ppc-g++/qmake.conf
parent3c144b54cfe93463cf4e8ce9ca3b9d550f5d72bc (diff)
centralize definitions of shell commands
there are only two types. everything else is duplication. Change-Id: I87f2bdd3d56b94bb2ecdb60e8861afeb9af3666f Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'mkspecs/unsupported/qws/qnx-ppc-g++/qmake.conf')
-rw-r--r--mkspecs/unsupported/qws/qnx-ppc-g++/qmake.conf14
1 files changed, 1 insertions, 13 deletions
diff --git a/mkspecs/unsupported/qws/qnx-ppc-g++/qmake.conf b/mkspecs/unsupported/qws/qnx-ppc-g++/qmake.conf
index baa3b0487f..23e326197a 100644
--- a/mkspecs/unsupported/qws/qnx-ppc-g++/qmake.conf
+++ b/mkspecs/unsupported/qws/qnx-ppc-g++/qmake.conf
@@ -75,19 +75,7 @@ QMAKE_LIBS_GUI += -lsocket
QMAKE_AR = ar cqs
QMAKE_RANLIB =
-QMAKE_TAR = tar -cf
-QMAKE_GZIP = gzip -9f
-
-QMAKE_COPY = cp -f
-QMAKE_COPY_FILE = $(COPY)
-QMAKE_COPY_DIR = $(COPY) -r
-QMAKE_MOVE = mv -f
-QMAKE_DEL_FILE = rm -f
-QMAKE_DEL_DIR = rmdir
-QMAKE_CHK_DIR_EXISTS = test -d
-QMAKE_MKDIR = mkdir -p
QMAKE_STRIP = strip
QMAKE_STRIPFLAGS_LIB += --strip-unneeded
-QMAKE_CHK_DIR_EXISTS = test -d
-QMAKE_MKDIR = mkdir -p
+
load(qt_config)