aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlprofiler/qmlprofiler.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-07-09 16:25:41 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-11 17:37:55 +0200
commit694f783e1b0299d5d74d871ba33d5a1d9ab3452e (patch)
treee2b0b8b864646f092c399ec609990d06e92d503a /tools/qmlprofiler/qmlprofiler.pro
parentf9d7a3ec09be59ba7d2a6337463363a7609c523b (diff)
"export" the qml tools for qtPrepareTool() use
notably, this disables the build of qmlplugindumpd.exe under windows - it is not clear to me why somebody would want to do that, as both sets of libraries would be available, and the output from both variants should be the same. Change-Id: I95c77b2aa32f17f9d6df0e5d4b9d11f456d860f6 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tools/qmlprofiler/qmlprofiler.pro')
-rw-r--r--tools/qmlprofiler/qmlprofiler.pro11
1 files changed, 2 insertions, 9 deletions
diff --git a/tools/qmlprofiler/qmlprofiler.pro b/tools/qmlprofiler/qmlprofiler.pro
index 7ab61e7a96..70dc53bfcb 100644
--- a/tools/qmlprofiler/qmlprofiler.pro
+++ b/tools/qmlprofiler/qmlprofiler.pro
@@ -1,16 +1,7 @@
-TEMPLATE = app
-TARGET = qmlprofiler
DESTDIR = $$QT.qml.bins
QT += qml qml-private v8-private network core-private
-target.path = $$[QT_INSTALL_BINS]
-INSTALLS += target
-
-macx: CONFIG -= app_bundle
-
-CONFIG += console
-
SOURCES += main.cpp \
qmlprofilerapplication.cpp \
commandlistener.cpp \
@@ -28,3 +19,5 @@ HEADERS += \
qmlprofilereventlocation.h \
qqmldebugclient.h \
qpacketprotocol.h
+
+load(qt_tool)