diff options
Diffstat (limited to 'tests/auto/xmlpatternsview/xmlpatternsview.pro')
-rw-r--r-- | tests/auto/xmlpatternsview/xmlpatternsview.pro | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/xmlpatternsview/xmlpatternsview.pro b/tests/auto/xmlpatternsview/xmlpatternsview.pro new file mode 100644 index 0000000..5ab0f0e --- /dev/null +++ b/tests/auto/xmlpatternsview/xmlpatternsview.pro @@ -0,0 +1,12 @@ +load(qttest_p4) +SOURCES += tst_xmlpatternsview.cpp + +include (../xmlpatterns.pri) + +TARGET = tst_xmlpatternsview + +wince*: { + viewexe.files = $$QT_BUILD_TREE/xmlpatternsview.exe + viewexe.path = . + DEPLOYMENT += viewexe +} |