summaryrefslogtreecommitdiffstats
path: root/tests/auto/xmlpatternsview/xmlpatternsview.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/xmlpatternsview/xmlpatternsview.pro')
-rw-r--r--tests/auto/xmlpatternsview/xmlpatternsview.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/xmlpatternsview/xmlpatternsview.pro b/tests/auto/xmlpatternsview/xmlpatternsview.pro
new file mode 100644
index 0000000..3544264
--- /dev/null
+++ b/tests/auto/xmlpatternsview/xmlpatternsview.pro
@@ -0,0 +1,8 @@
+TEMPLATE = subdirs
+CONFIG += ordered
+
+SUBDIRS = ../xmlpatternsxqts test
+
+contains(QT_CONFIG,xmlpatterns) {
+ SUBDIRS += view
+}