aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickxmllistmodel/qquickxmllistmodel.pro
blob: 902325802cdb584148f15cb07f91a755e8c51f96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CONFIG += testcase
TARGET = tst_qquickxmllistmodel
macx: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