QmlDebugging: Remove QQmlDebugClient
[profile/ivi/qtdeclarative.git] / tests / auto / qml / debugger / shared / debugutil.pri
1 QT += core-private
2
3 HEADERS += $$PWD/debugutil_p.h \
4            $$PWD/qqmldebugclient.h \
5            $$PWD/qqmlenginedebug_p.h
6 SOURCES += $$PWD/debugutil.cpp \
7            $$PWD/qqmldebugclient.cpp \
8            $$PWD/qqmlenginedebug.cpp
9