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