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