summaryrefslogtreecommitdiffstats
path: root/qtbase.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-07-05 15:00:02 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-06 00:37:39 +0200
commit13c99ee2f5c965c2c8ff7b56dade9ddc85dbf954 (patch)
tree46bc88ab8172616fe3bdba246748b6785b21cd98 /qtbase.pro
parent56e751a0c9892c1a334a10746e67958209be5b51 (diff)
windows hosts of course also need exclusion from mkspecs_pre
Change-Id: I90de625b1b521977a4dc1cd499eb6ece02d837f9 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'qtbase.pro')
-rw-r--r--qtbase.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/qtbase.pro b/qtbase.pro
index dc5dbf7503..0a13119b74 100644
--- a/qtbase.pro
+++ b/qtbase.pro
@@ -95,8 +95,8 @@ mkspecs.files -= $$PWD/mkspecs/modules
# When shadow building, the default mkspecs only exist in the build tree.
mkspecs.files += $$OUT_PWD/mkspecs/default-host $$OUT_PWD/mkspecs/default
}
-!equals(QMAKE_HOST.os, Linux) {
- # MacOS' (and maybe others') cp command is too daft to honor -f when copying symlinks.
+!equals(QMAKE_HOST.os, Linux):!equals(QMAKE_HOST.os, Windows) {
+ # MacOS' (and maybe other Unixes') cp command is too daft to honor -f when copying symlinks.
mkspecs_pre.commands = rm -f $$[QT_HOST_DATA]/mkspecs/default-host $$[QT_HOST_DATA]/mkspecs/default
QMAKE_EXTRA_TARGETS += mkspecs_pre
mkspecs.depends += mkspecs_pre