aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllistmodel/qqmllistmodel.pro
blob: c0808f859992f227fb8ca9aa8af8c8dad5a0a65b (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG += testcase
TARGET = tst_qqmllistmodel
macx:CONFIG -= app_bundle

SOURCES += tst_qqmllistmodel.cpp

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

TESTDATA = data/*

QT += core-private gui-private qml-private quick-private testlib qmlmodels-private