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.pro25
1 files changed, 25 insertions, 0 deletions
diff --git a/tools/qmlprofiler/qmlprofiler.pro b/tools/qmlprofiler/qmlprofiler.pro
new file mode 100644
index 0000000000..1d8f89a150
--- /dev/null
+++ b/tools/qmlprofiler/qmlprofiler.pro
@@ -0,0 +1,25 @@
+TEMPLATE = app
+TARGET = qmlprofiler
+DESTDIR = $$QT.declarative.bins
+
+QT += declarative declarative-private network
+
+target.path = $$[QT_INSTALL_BINS]
+INSTALLS += target
+
+macx: CONFIG -= app_bundle
+
+CONFIG += console declarative_debug
+
+SOURCES += main.cpp \
+ qmlprofilerapplication.cpp \
+ commandlistener.cpp \
+ profileclient.cpp \
+ profiledata.cpp
+
+HEADERS += \
+ qmlprofilerapplication.h \
+ commandlistener.h \
+ constants.h \
+ profileclient.h \
+ profiledata.h