aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllistmodel/qqmllistmodel.pro
blob: 4d44d6b22ba31f5f08ed2c2ac53cb201dea495fd (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