summaryrefslogtreecommitdiffstats
path: root/mkspecs/common/shell-win32.conf
blob: a4b813cf7dcca42d063e4b6f51af810d4f6c83a8 (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_EXISTS        = if not exist %1
QMAKE_CHK_DIR_EXISTS    = if not exist   # legacy
QMAKE_MKDIR             = mkdir          # legacy
QMAKE_MKDIR_CMD         = if not exist %1 mkdir %1 & if not exist %1 exit 1

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