diff options
Diffstat (limited to 'tests/auto/declarative/qmlxmllistmodel/qmlxmllistmodel.pro')
-rw-r--r-- | tests/auto/declarative/qmlxmllistmodel/qmlxmllistmodel.pro | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/auto/declarative/qmlxmllistmodel/qmlxmllistmodel.pro b/tests/auto/declarative/qmlxmllistmodel/qmlxmllistmodel.pro deleted file mode 100644 index 8e58a32..0000000 --- a/tests/auto/declarative/qmlxmllistmodel/qmlxmllistmodel.pro +++ /dev/null @@ -1,11 +0,0 @@ -load(qttest_p4) -contains(QT_CONFIG,declarative): QT += declarative gui -contains(QT_CONFIG,xmlpatterns) { - QT += xmlpatterns - DEFINES += QTEST_XMLPATTERNS -} -macx:CONFIG -= app_bundle - -SOURCES += tst_qmlxmllistmodel.cpp - -DEFINES += SRCDIR=\\\"$$PWD\\\" |