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