From ad494e6b019b9fea2daf3aa8ff17b37f79554528 Mon Sep 17 00:00:00 2001 From: Yuhang Zhao <zhaoyuhang@rankyee.com> Date: 周一, 11 12月 2023 15:04:31 +0800 Subject: [PATCH] fix QML & Qt6 --- examples/CMakeLists.txt | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index c6a5640..b48fa8b 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1 +1,4 @@ -add_subdirectory(mainwindow) \ No newline at end of file +add_subdirectory(shared) + +add_subdirectory(mainwindow) +add_subdirectory(qml) \ No newline at end of file -- Gitblit v1.9.1