summaryrefslogtreecommitdiffstats
path: root/mkspecs/common
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-10-11 16:25:01 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-11 21:04:04 +0200
commit40d4c1b2ed24016d1860e21c7fd9d374c387f82d (patch)
tree351bb20ae1e1bc33a1507358d81f6be654327d5e /mkspecs/common
parent580096d61190f6ec0405ed1babe3e7593b705239 (diff)
make sure that installed meta files are always postprocessed
the problem is that there is no sed command on windows ... so build it into qmake and invoke that from the generated makefiles. cmake does the same, after all. ^^ Task-number: QTBUG-33794 Change-Id: Ib7077e18acbc5edd79f714c5779a5ed31ea6c093 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'mkspecs/common')
-rw-r--r--mkspecs/common/shell-win32.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkspecs/common/shell-win32.conf b/mkspecs/common/shell-win32.conf
index 131aa746c4..1da8057c43 100644
--- a/mkspecs/common/shell-win32.conf
+++ b/mkspecs/common/shell-win32.conf
@@ -14,3 +14,4 @@ QMAKE_SYMBOLIC_LINK = $$QMAKE_COPY
QMAKE_LN_SHLIB = $$QMAKE_SYMBOLIC_LINK
# xcopy copies the contained files if source is a directory. Deal with it.
CONFIG += copy_dir_files
+QMAKE_STREAM_EDITOR = $(QMAKE) -install sed