aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlcontext/qqmlcontext.pro
blob: 9920766d61011a0429c5946e70b5173ed82cb67e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CONFIG += testcase
TARGET = tst_qqmlcontext
SOURCES += tst_qqmlcontext.cpp

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

macx:CONFIG -= app_bundle

testDataFiles.files = data
testDataFiles.path = .
DEPLOYMENT += testDataFiles

CONFIG += parallel_test

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