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

SOURCES += tst_qqmlinstantiator.cpp
HEADERS += stringmodel.h

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

TESTDATA = data/*

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