QmlDebugging: Remove QQmlDebugClient
[profile/ivi/qtdeclarative.git] / tests / auto / qml / debugger / qqmlprofilerservice / qqmlprofilerservice.pro
index 81fe3d5..2bf43c9 100644 (file)
@@ -2,13 +2,13 @@ CONFIG += testcase
 TARGET = tst_qqmlprofilerservice
 macx:CONFIG -= app_bundle
 
-HEADERS += ../shared/debugutil_p.h
+SOURCES += tst_qqmlprofilerservice.cpp
 
-SOURCES += tst_qqmlprofilerservice.cpp \
-           ../shared/debugutil.cpp
-OTHER_FILES += data/test.qml
+INCLUDEPATH += ../shared
+include(../../../shared/util.pri)
+include(../shared/debugutil.pri)
 
-include (../../../shared/util.pri)
+OTHER_FILES += data/test.qml
 
 CONFIG += parallel_test declarative_debug