CONFIG += testcase TARGET = tst_qqmldebugjs QT += qml testlib gui-private macx:CONFIG -= app_bundle SOURCES += tst_qqmldebugjs.cpp INCLUDEPATH += ../shared include(../../../shared/util.pri) include(../shared/debugutil.pri) TESTDATA = data/* 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 DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 mac:CONFIG+=insignificant_test # QTBUG-28263