aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-04-12 11:37:49 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-05-19 11:35:46 +0000
commitdb832c1886607e0d2da7ef6c6a13e72cad140cea (patch)
treea074efaa2178439a9f4d4d49b464052771484e45
parent97da59dbe1054a591f87557709d0d2703f517629 (diff)
remove unnecessary path normalization
qt5 always normalizes $$files()' return value Change-Id: I06ae7bde595ae82e2ca2a25ec3269fbb877c9ae1 Reviewed-by: Jake Petroules <jake.petroules@qt.io> Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
-rw-r--r--static.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/static.pro b/static.pro
index c96315d16..4dc79f766 100644
--- a/static.pro
+++ b/static.pro
@@ -10,7 +10,6 @@ defineReplace(stripSrcDir) {
for(data_dir, DATA_DIRS) {
files = $$files($$PWD/$$data_dir/*, true)
- win32:files ~= s|\\\\|/|g
for(file, files):!exists($$file/*):FILES += $$file
}
FILES += $$DATA_FILES