summaryrefslogtreecommitdiff
path: root/tests/auto/qquickxmllistmodel/qquickxmllistmodel.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qquickxmllistmodel/qquickxmllistmodel.pro')
-rw-r--r--tests/auto/qquickxmllistmodel/qquickxmllistmodel.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/auto/qquickxmllistmodel/qquickxmllistmodel.pro b/tests/auto/qquickxmllistmodel/qquickxmllistmodel.pro
new file mode 100644
index 0000000..e2d873c
--- /dev/null
+++ b/tests/auto/qquickxmllistmodel/qquickxmllistmodel.pro
@@ -0,0 +1,16 @@
+CONFIG += testcase
+TARGET = tst_qquickxmllistmodel
+macos:CONFIG -= app_bundle
+
+SOURCES += tst_qquickxmllistmodel.cpp \
+ ../../../../src/imports/xmllistmodel/qqmlxmllistmodel.cpp
+HEADERS += ../../../../src/imports/xmllistmodel/qqmlxmllistmodel_p.h
+
+include (../../shared/util.pri)
+
+TESTDATA = data/*
+
+QT += core-private gui-private qml-private network testlib xmlpatterns
+
+OTHER_FILES += \
+ data/groups.qml