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

HEADERS += $$PWD/debugutil_p.h \
           $$PWD/qqmldebugclient.h \
           $$PWD/qqmlenginedebug_p.h
SOURCES += $$PWD/debugutil.cpp \
           $$PWD/qqmldebugclient.cpp \
           $$PWD/qqmlenginedebug.cpp