QmlDebugging: Remove QQmlDebugClient
[profile/ivi/qtdeclarative.git] / tests / auto / qml / debugger / qpacketprotocol / qpacketprotocol.pro
index 8843919..f631929 100644 (file)
@@ -2,9 +2,10 @@ CONFIG += testcase
 TARGET = tst_qpacketprotocol
 macx:CONFIG -= app_bundle
 
-HEADERS += ../shared/debugutil_p.h
-SOURCES += tst_qpacketprotocol.cpp \
-           ../shared/debugutil.cpp
+SOURCES += tst_qpacketprotocol.cpp
+
+INCLUDEPATH += ../shared
+include(../shared/debugutil.pri)
 
 CONFIG += parallel_test
 QT += qml-private network testlib