aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/debugger/qdeclarativedebugjs/qdeclarativedebugjs.pro
blob: 1cbbbc1c58a9afc40f67fde6558e280fc6a8854f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
CONFIG += testcase
TARGET = tst_qdeclarativedebugjs
QT += network declarative-private testlib
macx:CONFIG -= app_bundle

HEADERS += ../shared/debugutil_p.h

SOURCES +=     tst_qdeclarativedebugjs.cpp \
            ../shared/debugutil.cpp

INCLUDEPATH += ../shared

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


CONFIG += parallel_test

OTHER_FILES += data/test.qml data/test.js