summaryrefslogtreecommitdiff
path: root/tests/auto/xmlpatternsview/xmlpatternsview.pro
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2010-02-16 15:34:50 +1000
committerRohan McGovern <rohan.mcgovern@nokia.com>2010-02-17 16:12:08 +1000
commit2d67f6efc47986e8f6d69943f0986d18ae2ced96 (patch)
tree42b8e16e73c021ffabba0b82b12f0f533ce8aa11 /tests/auto/xmlpatternsview/xmlpatternsview.pro
parent0cdf33e9acb00b8f3654e8268253a3fb7c5db92c (diff)
downloadqt4-tools-2d67f6efc47986e8f6d69943f0986d18ae2ced96.tar.gz
Fixed compile of xmlpatterns tests with vcproj generator.
These tests were adding the same SUBDIR multiple times from different projects. Don't do that.
Diffstat (limited to 'tests/auto/xmlpatternsview/xmlpatternsview.pro')
-rw-r--r--tests/auto/xmlpatternsview/xmlpatternsview.pro15
1 files changed, 9 insertions, 6 deletions
diff --git a/tests/auto/xmlpatternsview/xmlpatternsview.pro b/tests/auto/xmlpatternsview/xmlpatternsview.pro
index 04ee4d0efe..d93cba3cfb 100644
--- a/tests/auto/xmlpatternsview/xmlpatternsview.pro
+++ b/tests/auto/xmlpatternsview/xmlpatternsview.pro
@@ -1,9 +1,12 @@
-TEMPLATE = subdirs
-CONFIG += ordered
+load(qttest_p4)
+SOURCES += tst_xmlpatternsview.cpp
-SUBDIRS = ../xmlpatternsxqts test
+include (../xmlpatterns.pri)
-contains(QT_CONFIG,xmlpatterns) {
- SUBDIRS += view
+TARGET = tst_xmlpatternsview
+
+wince*: {
+ viewexe.sources = $$QT_BUILD_TREE/xmlpatternsview.exe
+ viewexe.path = .
+ DEPLOYMENT += viewexe
}
-requires(contains(QT_CONFIG,private_tests))