7bb5161ed6dd7c7ba76681427498e5d112ee62f0
[profile/ivi/qtdeclarative.git] / tests / auto / qml / debugger / qqmldebugjs / qqmldebugjs.pro
1 CONFIG += testcase
2 TARGET = tst_qqmldebugjs
3 QT += qml-private testlib
4 macx:CONFIG -= app_bundle
5
6 HEADERS += ../shared/debugutil_p.h
7 SOURCES +=     tst_qqmldebugjs.cpp \
8             ../shared/debugutil.cpp
9
10 INCLUDEPATH += ../shared
11
12 include (../../../shared/util.pri)
13
14 TESTDATA = data/*
15
16 CONFIG += parallel_test
17
18 OTHER_FILES += data/test.qml data/test.js \
19     data/timer.qml \
20     data/exception.qml \
21     data/oncompleted.qml \
22     data/loadjsfile.qml \
23     data/condition.qml \
24     data/changeBreakpoint.qml \
25     data/stepAction.qml \
26     data/breakpointRelocation.qml \
27     data/createComponent.qml