aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/qmlprofiler/qmlprofiler.pro
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2016-01-21 12:46:01 +0100
committerEike Ziller <eike.ziller@theqtcompany.com>2016-01-22 14:06:16 +0000
commit9a77f5f429c88518793673e924bb81768796215c (patch)
treeb62fa85ecd129087ed910640a620e36abac28909 /plugins/qmlprofiler/qmlprofiler.pro
parented15f7067df9f25475915b2f69d6ff4140b926c6 (diff)
Prepare for merging into qtcreatorqp-master
Remove the licensechecker dependency, move everything into src/plugins/qmlprofilerextension, and adapt the build system. Change-Id: I58bf34ecd838514d02b5c50189cd8a5eb99793b0 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Diffstat (limited to 'plugins/qmlprofiler/qmlprofiler.pro')
-rw-r--r--plugins/qmlprofiler/qmlprofiler.pro38
1 files changed, 0 insertions, 38 deletions
diff --git a/plugins/qmlprofiler/qmlprofiler.pro b/plugins/qmlprofiler/qmlprofiler.pro
deleted file mode 100644
index bf1e7f57ff..0000000000
--- a/plugins/qmlprofiler/qmlprofiler.pro
+++ /dev/null
@@ -1,38 +0,0 @@
-TARGET = QmlProfilerExtension
-TEMPLATE = lib
-
-include(../../qtcreatorplugin.pri)
-
-QT += qml quick quickwidgets
-
-DEFINES += QMLPROFILEREXTENSION_LIBRARY
-
-# QmlProfilerExtension files
-
-SOURCES += qmlprofilerextensionplugin.cpp \
- scenegraphtimelinemodel.cpp \
- pixmapcachemodel.cpp \
- memoryusagemodel.cpp \
- inputeventsmodel.cpp \
- debugmessagesmodel.cpp \
- flamegraphmodel.cpp \
- flamegraphview.cpp \
- flamegraph.cpp
-
-HEADERS += qmlprofilerextensionplugin.h \
- qmlprofilerextension_global.h \
- qmlprofilerextensionconstants.h \
- scenegraphtimelinemodel.h \
- pixmapcachemodel.h \
- memoryusagemodel.h \
- inputeventsmodel.h \
- debugmessagesmodel.h \
- flamegraphmodel.h \
- flamegraphview.h \
- flamegraph.h
-
-OTHER_FILES += \
- QmlProfilerExtension.json.in
-
-RESOURCES += \
- flamegraph.qrc