Update spec to build Qt 5.0
[profile/ivi/qtbase.git] / mkspecs / common / shell-win32.conf
1 QMAKE_ZIP              = zip -r -9
2
3 QMAKE_COPY             = copy /y
4 QMAKE_COPY_DIR         = xcopy /s /q /y /i
5 QMAKE_MOVE             = move
6 QMAKE_DEL_FILE         = del
7 QMAKE_DEL_DIR          = rmdir
8 QMAKE_CHK_DIR_EXISTS   = if not exist
9 QMAKE_CHK_FILE_EXISTS  = if not exist
10 QMAKE_CHK_EXISTS_GLUE  =
11 QMAKE_MKDIR            = mkdir
12
13 # xcopy copies the contained files if source is a directory. Deal with it.
14 CONFIG += copy_dir_files