summaryrefslogtreecommitdiffstats
path: root/mkspecs/common/shell-win32.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/common/shell-win32.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/common/shell-win32.conf')
-rw-r--r--mkspecs/common/shell-win32.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/mkspecs/common/shell-win32.conf b/mkspecs/common/shell-win32.conf
new file mode 100644
index 0000000000..ee137544dc
--- /dev/null
+++ b/mkspecs/common/shell-win32.conf
@@ -0,0 +1,9 @@
+QMAKE_ZIP = zip -r -9
+
+QMAKE_COPY = copy /y
+QMAKE_COPY_DIR = xcopy /s /q /y /i
+QMAKE_MOVE = move
+QMAKE_DEL_FILE = del
+QMAKE_DEL_DIR = rmdir
+QMAKE_CHK_DIR_EXISTS = if not exist
+QMAKE_MKDIR = mkdir