Set the Qt API level to compatibility mode in all tests.
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qjsengine / qjsengine.pro
1 CONFIG += testcase
2 CONFIG += parallel_test
3 TARGET = tst_qjsengine
4 QT += v8-private qml widgets testlib gui-private
5 macx:CONFIG -= app_bundle
6 SOURCES += tst_qjsengine.cpp
7
8 TESTDATA = script/*
9 DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0