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