aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/shared/debugutil.pri
blob: 13dcdb91d8fd0c7242c9a899f7883df5e70618bb (plain)
1
2
3
4
5
6
7
8
9
10
11
QT += qmldebug-private

INCLUDEPATH += $$PWD
include($$PWD/../../../shared/util.pri)

HEADERS += \
    $$PWD/debugutil_p.h \
    $$PWD/qqmldebugprocess_p.h
SOURCES += \
    $$PWD/debugutil.cpp \
    $$PWD/qqmldebugprocess.cpp