Set the Qt API level to compatibility mode in all tests.
[profile/ivi/qtdeclarative.git] / tests / auto / quick / qquickaccessible / qquickaccessible.pro
1 CONFIG += testcase
2
3 TARGET = tst_qquickaccessible
4 QT += qml-private network quick-private testlib gui-private
5 macx:CONFIG -= app_bundle
6
7 SOURCES  += tst_qquickaccessible.cpp
8
9 include (../../shared/util.pri)
10
11 TESTDATA = data/*
12
13 OTHER_FILES += data/checkbuttons.qml
14 OTHER_FILES += data/hittest.qml
15 OTHER_FILES += data/pushbutton.qml
16 OTHER_FILES += data/statictext.qml
17
18 CONFIG += parallel_test
19
20 wince*: {
21     accessneeded.files = $$QT.widgets.plugins/accessible/*.dll
22     accessneeded.path = accessible
23     DEPLOYMENT += accessneeded
24 }
25
26 DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0