"export" the qml tools for qtPrepareTool() use
[profile/ivi/qtdeclarative.git] / tools / qmlprofiler / qmlprofiler.pro
index db7e357..70dc53b 100644 (file)
@@ -1,27 +1,23 @@
-TEMPLATE = app
-TARGET   = qmlprofiler
 DESTDIR = $$QT.qml.bins
 
-QT += qml qml-private network core-private
-
-target.path = $$[QT_INSTALL_BINS]
-INSTALLS += target
-
-macx: CONFIG -= app_bundle
-
-CONFIG   += console declarative_debug
+QT += qml qml-private v8-private network core-private
 
 SOURCES += main.cpp \
     qmlprofilerapplication.cpp \
     commandlistener.cpp \
-    profileclient.cpp \
-    profiledata.cpp \
-    qqmldebugclient.cpp
+    qqmldebugclient.cpp \
+    qmlprofilerdata.cpp \
+    qmlprofilerclient.cpp \
+    qpacketprotocol.cpp
 
 HEADERS += \
     qmlprofilerapplication.h \
     commandlistener.h \
     constants.h \
-    profileclient.h \
-    profiledata.h \
-    qqmldebugclient.h
+    qmlprofilerdata.h \
+    qmlprofilerclient.h \
+    qmlprofilereventlocation.h \
+    qqmldebugclient.h \
+    qpacketprotocol.h
+
+load(qt_tool)