diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-11-04 04:15:20 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-11-04 04:15:20 (GMT) |
commit | 99fe55b3b4c031f1288f9e1c16455ca08663059c (patch) | |
tree | 153955a9a0abe246fac637a6e7710438b8a41c65 /tests/auto/declarative/qmlxmllistmodel/qmlxmllistmodel.pro | |
parent | 630d3b9ba9da12331c72406c311ca26f88c6061a (diff) | |
download | Qt-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.pro | 7 |
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\\\" |