summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlxmllistmodel/qmlxmllistmodel.pro
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-11-04 04:15:20 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-11-04 04:15:20 (GMT)
commit99fe55b3b4c031f1288f9e1c16455ca08663059c (patch)
tree153955a9a0abe246fac637a6e7710438b8a41c65 /tests/auto/declarative/qmlxmllistmodel/qmlxmllistmodel.pro
parent630d3b9ba9da12331c72406c311ca26f88c6061a (diff)
downloadQt-99fe55b3b4c031f1288f9e1c16455ca08663059c.zip
Qt-99fe55b3b4c031f1288f9e1c16455ca08663059c.tar.gz
Qt-99fe55b3b4c031f1288f9e1c16455ca08663059c.tar.bz2
Start on QmlXmlListModel autotest.
Diffstat (limited to 'tests/auto/declarative/qmlxmllistmodel/qmlxmllistmodel.pro')
-rw-r--r--tests/auto/declarative/qmlxmllistmodel/qmlxmllistmodel.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlxmllistmodel/qmlxmllistmodel.pro b/tests/auto/declarative/qmlxmllistmodel/qmlxmllistmodel.pro
new file mode 100644
index 0000000..462723e
--- /dev/null
+++ b/tests/auto/declarative/qmlxmllistmodel/qmlxmllistmodel.pro
@@ -0,0 +1,7 @@
+load(qttest_p4)
+contains(QT_CONFIG,declarative): QT += declarative gui
+macx:CONFIG -= app_bundle
+
+SOURCES += tst_qmlxmllistmodel.cpp
+
+DEFINES += SRCDIR=\\\"$$PWD\\\"