ee93c10da2c79420479e0a25013277336f5fcdbf
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeaccessibility / qdeclarativeaccessibility.pro
1 CONFIG += testcase
2
3 TARGET = tst_qdeclarativeaccessibility
4 QT += declarative-private network qtquick1-private testlib
5 macx:CONFIG -= app_bundle
6
7 SOURCES  += tst_qdeclarativeaccessibility.cpp
8
9 include (../../shared/util.pri)
10
11 OTHER_FILES += data/pushbutton.qml
12 OTHER_FILES += data/statictext.qml
13
14 symbian: {
15     importFiles.files = data
16     importFiles.path = .
17     DEPLOYMENT += importFiles
18 } else {
19     DEFINES += SRCDIR=\\\"$$PWD\\\"
20 }
21
22 CONFIG += parallel_test
23
24 wince*: {
25     accessneeded.files = $$QT_BUILD_TREE\\plugins\\accessible\\*.dll
26     accessneeded.path = accessible
27     DEPLOYMENT += accessneeded
28 }
29
30
31
32