aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlincubator/qqmlincubator.pro
blob: 956d72402c7ef408fca1104cc4035616512fb6cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
CONFIG += testcase
TARGET = tst_qqmlincubator
macx:CONFIG -= app_bundle

SOURCES += tst_qqmlincubator.cpp \
           testtypes.cpp

HEADERS += testtypes.h

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

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

CONFIG += parallel_test

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