Set the Qt API level to compatibility mode in all tests.
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmlincubator / qqmlincubator.pro
1 CONFIG += testcase
2 TARGET = tst_qqmlincubator
3 macx:CONFIG -= app_bundle
4
5 SOURCES += tst_qqmlincubator.cpp \
6            testtypes.cpp
7
8 HEADERS += testtypes.h
9
10 include (../../shared/util.pri)
11
12 TESTDATA = data/*
13
14 CONFIG += parallel_test
15
16 QT += core-private gui-private v8-private qml-private network testlib
17 DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0