From 5c05f5df1f35291070962b7fe295004e4942f2ce Mon Sep 17 00:00:00 2001 From: Aurindam Jana Date: Tue, 6 Mar 2012 23:35:27 +0100 Subject: QmlDebuggingTests: Separate out public and private tests Remove dependencies on quick-private from all possible debugging auto tests and list them under public tests. Change-Id: I688b5b36fdf3d6fbcb6cef2a975ecd1bf679af2b Reviewed-by: Kai Koehne --- tools/qmlprofiler/qmlprofiler.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tools/qmlprofiler/qmlprofiler.pro') diff --git a/tools/qmlprofiler/qmlprofiler.pro b/tools/qmlprofiler/qmlprofiler.pro index c35c487a1d..60c2e7086b 100644 --- a/tools/qmlprofiler/qmlprofiler.pro +++ b/tools/qmlprofiler/qmlprofiler.pro @@ -16,7 +16,8 @@ SOURCES += main.cpp \ commandlistener.cpp \ qqmldebugclient.cpp \ qmlprofilerdata.cpp \ - qmlprofilerclient.cpp + qmlprofilerclient.cpp \ + qpacketprotocol.cpp HEADERS += \ qmlprofilerapplication.h \ @@ -25,4 +26,5 @@ HEADERS += \ qmlprofilerdata.h \ qmlprofilerclient.h \ qmlprofilereventlocation.h \ - qqmldebugclient.h + qqmldebugclient.h \ + qpacketprotocol.h -- cgit v1.2.3