summaryrefslogtreecommitdiff
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-10-14 18:09:16 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-11-03 17:45:59 +0100
commit65650b26a5b03d40b612026094234a42cef07f23 (patch)
tree0e04295745e2cd5452b2d80764c6932de2dd086f /tests/auto/auto.pro
parent1914d05db390cc4db86e5b575b666cea17c2d89b (diff)
downloadqt-creator-65650b26a5b03d40b612026094234a42cef07f23.tar.gz
make shellQuote() nicer
- unify unix and windows paths - on windows: - we don't need to care for trailing backslashes, as we never append directly to quoted strings - simplify, as this doesn't need to be fast. unfortunately, it's impossible to use ret.replace(QRegExp(QLatin1String("(\\\\*)$")), QLatin1String("\"\\1")); as that matches foo\ twice (once one backslash and once an empty string).
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index d647119e41..75a7580b8d 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -9,6 +9,7 @@ SUBDIRS += \
generichighlighter \
# icheckbuild \
# profilewriter \
+ ioutils \
utils_stringutils \
filesearch