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.pro21
1 files changed, 21 insertions, 0 deletions
diff --git a/tools/qmlprofiler/qmlprofiler.pro b/tools/qmlprofiler/qmlprofiler.pro
new file mode 100644
index 0000000000..c5def993f3
--- /dev/null
+++ b/tools/qmlprofiler/qmlprofiler.pro
@@ -0,0 +1,21 @@
+QT += qml qml-private v8-private network core-private
+
+SOURCES += main.cpp \
+ qmlprofilerapplication.cpp \
+ commandlistener.cpp \
+ qqmldebugclient.cpp \
+ qmlprofilerdata.cpp \
+ qmlprofilerclient.cpp \
+ qpacketprotocol.cpp
+
+HEADERS += \
+ qmlprofilerapplication.h \
+ commandlistener.h \
+ constants.h \
+ qmlprofilerdata.h \
+ qmlprofilerclient.h \
+ qmlprofilereventlocation.h \
+ qqmldebugclient.h \
+ qpacketprotocol.h
+
+load(qt_tool)