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