summaryrefslogtreecommitdiffstats
path: root/examples/demos/mediaplayer
diff options
context:
space:
mode:
authorAmir Masoud Abdol <amir.abdol@qt.io>2023-06-16 16:15:42 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-06-17 03:13:20 +0000
commit3af45e7b3007bcc3d2ef57fb29f9edd2b82fe135 (patch)
treef2fe123f69fcd2c3f412a844d3841b0bf73d277b /examples/demos/mediaplayer
parent1372efb14d0a9877744c1dc01585c9a0df521882 (diff)
Adjust the path for qtdoc/demos
Change-Id: I25ee66a178db832554276ef66dcd1f94ab925240 Reviewed-by: Kai Köhne <kai.koehne@qt.io> (cherry picked from commit 6d8609cee2807157d553145c819be84b2b3b0708) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/demos/mediaplayer')
-rw-r--r--examples/demos/mediaplayer/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demos/mediaplayer/CMakeLists.txt b/examples/demos/mediaplayer/CMakeLists.txt
index 834d11508..ca240dc78 100644
--- a/examples/demos/mediaplayer/CMakeLists.txt
+++ b/examples/demos/mediaplayer/CMakeLists.txt
@@ -8,7 +8,7 @@ if(NOT DEFINED INSTALL_EXAMPLESDIR)
set(INSTALL_EXAMPLESDIR "examples")
endif()
-set(INSTALL_EXAMPLEDIR "${INSTALL_EXAMPLESDIR}/demos/multimedia")
+set(INSTALL_EXAMPLEDIR "${INSTALL_EXAMPLESDIR}/demos/mediaplayer")
find_package(Qt6 6.5 REQUIRED COMPONENTS Core Quick QuickControls2 Svg)