aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofilerextension/flamegraph.qrc
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 /src/plugins/qmlprofilerextension/flamegraph.qrc
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 'src/plugins/qmlprofilerextension/flamegraph.qrc')
-rw-r--r--src/plugins/qmlprofilerextension/flamegraph.qrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/plugins/qmlprofilerextension/flamegraph.qrc b/src/plugins/qmlprofilerextension/flamegraph.qrc
new file mode 100644
index 0000000000..abf7393f4e
--- /dev/null
+++ b/src/plugins/qmlprofilerextension/flamegraph.qrc
@@ -0,0 +1,6 @@
+<RCC>
+ <qresource prefix="/">
+ <file>FlameGraphView.qml</file>
+ <file>FlameGraphText.qml</file>
+ </qresource>
+</RCC>