summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/qmlsurfacegallery/qmlsurfacegallery.qrc
diff options
context:
space:
mode:
authorTomi Korpipaa <tomi.korpipaa@qt.io>2023-02-03 10:17:27 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-02-10 09:24:01 +0000
commit3e938fcb2c32ea19f5b18fefae7512db1b298c72 (patch)
tree4bf1caf80b3f07da000ef46a8b8ad98883daf906 /examples/datavisualization/qmlsurfacegallery/qmlsurfacegallery.qrc
parentdd224d10e63ff5df3098dca5f7a20a401668c5fb (diff)
Combine 3 examples into one qmlsurfacegallery
Combine qmlsurface, qml3doscilloscope, and qmlspectrogram into one surface graph gallery example. Fixes: QTBUG-110700 Change-Id: Ic8319884a61a12c5d65c68314c958a86d62a65b1 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> (cherry picked from commit 6b9e8224c2e567ed0f42fa5ebc442d201615fa3e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/datavisualization/qmlsurfacegallery/qmlsurfacegallery.qrc')
-rw-r--r--examples/datavisualization/qmlsurfacegallery/qmlsurfacegallery.qrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/datavisualization/qmlsurfacegallery/qmlsurfacegallery.qrc b/examples/datavisualization/qmlsurfacegallery/qmlsurfacegallery.qrc
new file mode 100644
index 00000000..191c5cc4
--- /dev/null
+++ b/examples/datavisualization/qmlsurfacegallery/qmlsurfacegallery.qrc
@@ -0,0 +1,10 @@
+<RCC>
+ <qresource prefix="/">
+ <file>qml/qmlsurfacegallery/heightmap.png</file>
+ <file>qml/qmlsurfacegallery/main.qml</file>
+ <file>qml/qmlsurfacegallery/SpectrogramData.qml</file>
+ <file>qml/qmlsurfacegallery/SurfaceHeightMap.qml</file>
+ <file>qml/qmlsurfacegallery/SurfaceOscilloscope.qml</file>
+ <file>qml/qmlsurfacegallery/SurfaceSpectrogram.qml</file>
+ </qresource>
+</RCC>