From 13d06e3ca8395f7e9cbbe28acb043623ce263b21 Mon Sep 17 00:00:00 2001 From: Andrew Zambazos Date: Wed, 26 Aug 2026 16:40:33 +1200 Subject: [PATCH] Update CMakeLists.txt --- shells/desktop/shell/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/desktop/shell/CMakeLists.txt b/shells/desktop/shell/CMakeLists.txt index 53abd85..2ad0cc4 100644 --- a/shells/desktop/shell/CMakeLists.txt +++ b/shells/desktop/shell/CMakeLists.txt @@ -92,7 +92,7 @@ set_target_properties(nebula-shell PROPERTIES ) if(COMMAND qt_import_qml_plugins) - qt_import_qml_plugins(nebula-shell) + endif() if(CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang")