add LOCKED to cxx_qt_import_crate

This commit is contained in:
uncor3
2026-04-12 08:04:20 +00:00
parent 55e18175cf
commit 1ef243ddc4
+1
View File
@@ -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
)