Add libclide. (#23)

This commit was merged in pull request #23.
This commit is contained in:
2026-03-14 01:33:42 +00:00
parent f6fdd19f73
commit 05cbe05cc0
41 changed files with 1095 additions and 474 deletions

View File

@@ -1,7 +1,7 @@
use cxx_qt_build::{CxxQtBuilder, QmlModule};
fn main() {
CxxQtBuilder::new_qml_module(QmlModule::new("clide.module").qml_files(&[
CxxQtBuilder::new_qml_module(QmlModule::new("clide.module").qml_files([
"qml/ClideApplicationView.qml",
"qml/ClideEditorView.qml",
"qml/ClideExplorerView.qml",