aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeaccessibility/qdeclarativeaccessibility.pro
blob: ee93c10da2c79420479e0a25013277336f5fcdbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
CONFIG += testcase

TARGET = tst_qdeclarativeaccessibility
QT += declarative-private network qtquick1-private testlib
macx:CONFIG -= app_bundle

SOURCES  += tst_qdeclarativeaccessibility.cpp

include (../../shared/util.pri)

OTHER_FILES += data/pushbutton.qml
OTHER_FILES += data/statictext.qml

symbian: {
    importFiles.files = data
    importFiles.path = .
    DEPLOYMENT += importFiles
} else {
    DEFINES += SRCDIR=\\\"$$PWD\\\"
}

CONFIG += parallel_test

wince*: {
    accessneeded.files = $$QT_BUILD_TREE\\plugins\\accessible\\*.dll
    accessneeded.path = accessible
    DEPLOYMENT += accessneeded
}