From 20641edb3770b5293db5645c8b769347b69d3c65 Mon Sep 17 00:00:00 2001 From: Fabian Kosmale Date: Mon, 2 Nov 2020 09:08:42 +0100 Subject: Make text example work in static CMake builds Task-number: QTBUG-87702 Task-number: QTBUG-86947 Change-Id: I9dd1b6ca633be60977109acf6b00123d4492b726 Reviewed-by: Ulf Hermann Reviewed-by: Alexandru Croitor --- examples/quick/text/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/quick') diff --git a/examples/quick/text/CMakeLists.txt b/examples/quick/text/CMakeLists.txt index 20d4228bcf..f4e7e7de38 100644 --- a/examples/quick/text/CMakeLists.txt +++ b/examples/quick/text/CMakeLists.txt @@ -137,6 +137,8 @@ qt6_add_resources(text "shared" ${shared_resource_files} ) +qt_import_qml_plugins(text) # special case + install(TARGETS text RUNTIME DESTINATION "${INSTALL_EXAMPLEDIR}" BUNDLE DESTINATION "${INSTALL_EXAMPLEDIR}" -- cgit v1.2.3