aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlprofiler/qmlprofiler.pro
diff options
context:
space:
mode:
authorChristiaan Janssen <christiaan.janssen@nokia.com>2012-03-08 16:50:14 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-13 09:39:03 +0100
commit1f76525c5f701f612b56a49715cda6597e3727b1 (patch)
tree591e056491283d6c82f9bb74583047fe29ccd1ab /tools/qmlprofiler/qmlprofiler.pro
parentd541fdcbe68ea6fab78db1009d8291c7f73cc1e5 (diff)
QmlProfiler: updated standalone app
Using a stripped-down version of the profiler data structure. Change-Id: I93a0b12462edea0ca8a1d0db42aa892aa2afc919 Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Diffstat (limited to 'tools/qmlprofiler/qmlprofiler.pro')
-rw-r--r--tools/qmlprofiler/qmlprofiler.pro11
1 files changed, 6 insertions, 5 deletions
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