summaryrefslogtreecommitdiffstats
path: root/mkspecs/common/shell-win32.conf
blob: 826e87e34ff09e0f2154aac8fc4c7959da6db74a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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_CHK_FILE_EXISTS  = if not exist
QMAKE_CHK_EXISTS_GLUE  =
QMAKE_MKDIR            = mkdir

# xcopy copies the contained files if source is a directory. Deal with it.
CONFIG += copy_dir_files