summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2024-03-19 12:30:06 +0100
committerKai Köhne <kai.koehne@qt.io>2024-03-20 13:29:48 +0100
commit07dfdfac0326d7babab7070f87edde6acea58745 (patch)
treec57a304162f483bd1c7407f7d7a4039894ab1783
parent0af0829cd8fe2e7126dd77f6c188297af0925421 (diff)
Examples: Remove shared resources from examples
Fixes: QTBUG-123472 Change-Id: Id45b966cfc3405718a99441e3e0c4f0d17e601c9 Reviewed-by: Juha Vuolle <juha.vuolle@qt.io>
-rw-r--r--examples/demos/colorpaletteclient/CMakeLists.txt2
-rw-r--r--examples/demos/colorpaletteclient/QtBundleQmlModuleForMacOS.cmake (renamed from examples/demos/shared/QtBundleQmlModuleForMacOS.cmake)0
2 files changed, 1 insertions, 1 deletions
diff --git a/examples/demos/colorpaletteclient/CMakeLists.txt b/examples/demos/colorpaletteclient/CMakeLists.txt
index 8730bd016..27dfb3105 100644
--- a/examples/demos/colorpaletteclient/CMakeLists.txt
+++ b/examples/demos/colorpaletteclient/CMakeLists.txt
@@ -67,5 +67,5 @@ install(TARGETS colorpaletteclient
LIBRARY DESTINATION "${INSTALL_EXAMPLEDIR}"
)
-include(../shared/QtBundleQmlModuleForMacOS.cmake)
+include(QtBundleQmlModuleForMacOS.cmake)
add_qml_module_to_macos_app_bundle("colorpaletteclient" "qtexamplestyle")
diff --git a/examples/demos/shared/QtBundleQmlModuleForMacOS.cmake b/examples/demos/colorpaletteclient/QtBundleQmlModuleForMacOS.cmake
index 48ac398bb..48ac398bb 100644
--- a/examples/demos/shared/QtBundleQmlModuleForMacOS.cmake
+++ b/examples/demos/colorpaletteclient/QtBundleQmlModuleForMacOS.cmake