aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmldelegatemodel/qqmldelegatemodel.pro
blob: 7fdd3ab5f11d72548ff37952a45bfe281b2bc3e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG += testcase
TARGET = tst_qqmldelegatemodel
macos:CONFIG -= app_bundle

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

SOURCES += tst_qqmldelegatemodel.cpp

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

TESTDATA = data/*

OTHER_FILES += data/*