aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlprofiler/qmlprofiler.pro
diff options
context:
space:
mode:
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)