summaryrefslogtreecommitdiffstats
path: root/tests/auto/qquickxmllistmodel/qquickxmllistmodel.pro
blob: 2c7eaccbbe4489eb062f86584cd51bd0b6e5df15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
CONFIG += testcase
TARGET = tst_qquickxmllistmodel
macos:CONFIG -= app_bundle

SOURCES += tst_qquickxmllistmodel.cpp \
           $$PWD/../../../src/imports/xmllistmodel/qqmlxmllistmodel.cpp
HEADERS +=  $$PWD/../../../src/imports/xmllistmodel/qqmlxmllistmodel_p.h

INCLUDEPATH *= $$PWD/../../../src/imports/xmllistmodel

include (../../shared/util.pri)

TESTDATA = data/*

QT += core-private gui-private  qml-private network testlib xmlpatterns

OTHER_FILES += \
    data/groups.qml