aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeaccessibility/qdeclarativeaccessibility.pro
blob: 8b5165687b66d00149c318d73d693308e31d3d41 (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
load(qttest_p4)
contains(QT_CONFIG,declarative): QT += declarative-private gui network qtquick1-private
macx:CONFIG -= app_bundle

HEADERS +=  ../../shared/util.h

SOURCES  += tst_qdeclarativeaccessibility.cpp \
            ../../shared/util.cpp


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
}