diff -r dee5afe5301f -r 3f74d0d4af4c tests/auto/xmlpatternsview/xmlpatternsview.pro --- a/tests/auto/xmlpatternsview/xmlpatternsview.pro Mon Mar 15 12:43:09 2010 +0200 +++ b/tests/auto/xmlpatternsview/xmlpatternsview.pro Thu Apr 08 14:19:33 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))