From 1ef243ddc421008e7aabc4e3b4eb7dc26e1b783c Mon Sep 17 00:00:00 2001 From: uncor3 Date: Sun, 12 Apr 2026 08:04:20 +0000 Subject: [PATCH] add LOCKED to cxx_qt_import_crate --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 52950ee..5ba5ebb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -138,6 +138,7 @@ endif() cxx_qt_import_crate( MANIFEST_PATH src/rust/Cargo.toml CRATES idescriptor_rust_codebase + LOCKED QT_MODULES Qt::Core Qt::Gui Qt::Qml Qt::QuickControls2 )