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

SOURCES += tst_qqmlincubator.cpp \
           testtypes.cpp

HEADERS += testtypes.h

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

TESTDATA = data/*

CONFIG += parallel_test

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