Set the Qt API level to compatibility mode in all tests.
[profile/ivi/qtdeclarative.git] / tests / benchmarks / qml / holistic / holistic.pro
1 CONFIG += testcase
2 TEMPLATE = app
3 TARGET = tst_holistic
4 QT += qml network testlib
5 macx:CONFIG -= app_bundle
6
7 CONFIG += release
8
9 SOURCES += tst_holistic.cpp \
10            testtypes.cpp
11 HEADERS += testtypes.h
12
13 DEFINES += SRCDIR=\\\"$$PWD\\\"
14 DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0