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

SOURCES += tst_qqmlincubator.cpp \
           testtypes.cpp

HEADERS += testtypes.h

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

TESTDATA = data/*


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