summaryrefslogtreecommitdiffstats
path: root/mkspecs/common/shell-win32.conf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/common/shell-win32.conf')
-rw-r--r--mkspecs/common/shell-win32.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/mkspecs/common/shell-win32.conf b/mkspecs/common/shell-win32.conf
index 3b2ace7c90..826e87e34f 100644
--- a/mkspecs/common/shell-win32.conf
+++ b/mkspecs/common/shell-win32.conf
@@ -9,3 +9,6 @@ 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