aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlincubator/qqmlincubator.pro
blob: 924906191200324e21092defc387b413a23c2582 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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  qml-private network testlib
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0