summaryrefslogtreecommitdiffstats
path: root/tests/auto/qstringmatcher
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2010-03-03 22:22:27 (GMT)
committerRohan McGovern <rohan.mcgovern@nokia.com>2010-03-03 23:20:01 (GMT)
commit9e5cc0da3cdcf3ddddc35dc78e670994237a180f (patch)
tree7a1ac34b5e1a276e3c97950b0980247a3def0147 /tests/auto/qstringmatcher
parent0489ba37346e4f8efc4a7c1661a60905dc4aa423 (diff)
downloadQt-9e5cc0da3cdcf3ddddc35dc78e670994237a180f.zip
Qt-9e5cc0da3cdcf3ddddc35dc78e670994237a180f.tar.gz
Qt-9e5cc0da3cdcf3ddddc35dc78e670994237a180f.tar.bz2
Move tests into separate .pro files, based on Qt module.
Having the tests in separate projects allows for some optimization strategies when running the tests (e.g. start running corelib tests while the rest of Qt is still compiling), and allows developers to run only a subset of tests when appropriate.
Diffstat (limited to 'tests/auto/qstringmatcher')
-rw-r--r--tests/auto/qstringmatcher/qstringmatcher.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qstringmatcher/qstringmatcher.pro b/tests/auto/qstringmatcher/qstringmatcher.pro
index e478d4e..2c15097 100644
--- a/tests/auto/qstringmatcher/qstringmatcher.pro
+++ b/tests/auto/qstringmatcher/qstringmatcher.pro
@@ -1,5 +1,5 @@
load(qttest_p4)
SOURCES += tst_qstringmatcher.cpp
-
+QT = core
DEFINES += QT_NO_CAST_TO_ASCII