CONFIG += testcase TARGET = tst_qqmldebugjs QT += qml-private testlib macx:CONFIG -= app_bundle HEADERS += ../shared/debugutil_p.h SOURCES += tst_qqmldebugjs.cpp \ ../shared/debugutil.cpp INCLUDEPATH += ../shared include (../../../shared/util.pri) 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