From 1f76525c5f701f612b56a49715cda6597e3727b1 Mon Sep 17 00:00:00 2001 From: Christiaan Janssen Date: Thu, 8 Mar 2012 16:50:14 +0100 Subject: QmlProfiler: updated standalone app Using a stripped-down version of the profiler data structure. Change-Id: I93a0b12462edea0ca8a1d0db42aa892aa2afc919 Reviewed-by: Kai Koehne --- tools/qmlprofiler/qmlprofiler.pro | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'tools/qmlprofiler/qmlprofiler.pro') diff --git a/tools/qmlprofiler/qmlprofiler.pro b/tools/qmlprofiler/qmlprofiler.pro index db7e357b70..c35c487a1d 100644 --- a/tools/qmlprofiler/qmlprofiler.pro +++ b/tools/qmlprofiler/qmlprofiler.pro @@ -14,14 +14,15 @@ CONFIG += console declarative_debug SOURCES += main.cpp \ qmlprofilerapplication.cpp \ commandlistener.cpp \ - profileclient.cpp \ - profiledata.cpp \ - qqmldebugclient.cpp + qqmldebugclient.cpp \ + qmlprofilerdata.cpp \ + qmlprofilerclient.cpp HEADERS += \ qmlprofilerapplication.h \ commandlistener.h \ constants.h \ - profileclient.h \ - profiledata.h \ + qmlprofilerdata.h \ + qmlprofilerclient.h \ + qmlprofilereventlocation.h \ qqmldebugclient.h -- cgit v1.2.3