Set the Qt API level to compatibility mode in all tests.
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmlecmascript / qqmlecmascript.pro
1 CONFIG += testcase
2 TARGET = tst_qqmlecmascript
3 macx:CONFIG -= app_bundle
4
5 SOURCES += tst_qqmlecmascript.cpp \
6            testtypes.cpp \
7            ../../shared/testhttpserver.cpp
8 HEADERS += testtypes.h \
9            ../../shared/testhttpserver.h
10 INCLUDEPATH += ../../shared
11
12 include (../../shared/util.pri)
13
14 # QMAKE_CXXFLAGS = -fprofile-arcs -ftest-coverage
15 # LIBS += -lgcov
16
17 TESTDATA = data/*
18
19 QT += core-private gui-private v8-private qml-private network testlib
20 !contains(QT_CONFIG, no-widgets): QT += widgets
21
22 DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0