tests/auto/xmlpatternsview/xmlpatternsview.pro
changeset 18 2f34d5167611
parent 0 1918ee327afb
--- a/tests/auto/xmlpatternsview/xmlpatternsview.pro	Tue Feb 02 00:43:10 2010 +0200
+++ b/tests/auto/xmlpatternsview/xmlpatternsview.pro	Fri Apr 16 15:50:13 2010 +0300
@@ -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))