"export" the qml tools for qtPrepareTool() use
[profile/ivi/qtdeclarative.git] / tools / qmlprofiler / qmlprofiler.pro
index 7ab61e7..70dc53b 100644 (file)
@@ -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)