aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tools.pro
diff options
context:
space:
mode:
authorAurindam Jana <aurindam.jana@nokia.com>2012-02-09 17:04:43 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-20 17:59:32 +0100
commit6c24d2feb43f6d640d83ee6e5ac01a1bdac3d0ce (patch)
treec9e540fe3f1873c1f80df897f49bf378b5f108c8 /tools/tools.pro
parent045e5932915000d2c510d8d3a1cc916b7c5a5d55 (diff)
QmlProfilerTool: add tool to QDeclarative
qmlprofiler is a standalone tool used to record profiling data of QML apps. The data is stored in a file which can be loaded in QtCreator for investigation. Change-Id: I308f4c40bc3876933bd0d32c336cef6cd6f5fb4a Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Diffstat (limited to 'tools/tools.pro')
-rw-r--r--tools/tools.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools.pro b/tools/tools.pro
index 207299bbfb..34e90ed816 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -1,5 +1,5 @@
TEMPLATE = subdirs
-SUBDIRS += qmlscene qmlplugindump qmlmin qmleasing
+SUBDIRS += qmlscene qmlplugindump qmlmin qmleasing qmlprofiler
contains(QT_CONFIG, qmltest): SUBDIRS += qmltestrunner