aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/debugger/qdeclarativedebugjs/qdeclarativedebugjs.pro
blob: f51b1f3b3502ed2535e29ee1e40658ecc676904d (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
CONFIG += testcase
TARGET = tst_qdeclarativedebugjs
QT += declarative-private testlib
macx:CONFIG -= app_bundle

HEADERS += ../shared/debugutil_p.h \
           ../../../shared/util.h
SOURCES +=     tst_qdeclarativedebugjs.cpp \
            ../shared/debugutil.cpp \
            ../../../shared/util.cpp

INCLUDEPATH += ../shared

testDataFiles.files = data
testDataFiles.path = .
DEPLOYMENT += testDataFiles


CONFIG += parallel_test

OTHER_FILES += data/test.qml data/test.js \
    data/timer.qml \
    data/exception.qml \
    data/oncompleted.qml \
    data/loadjsfile.qml \
    data/condition.qml \
    data/changeBreakpoint.qml \
    data/stepAction.qml \
    data/breakpointRelocation.qml \
    data/createComponent.qml