From 573488a6fec17a9fc71e4d8b0a4741c107ab4ef8 Mon Sep 17 00:00:00 2001
From: Sine Striker <trueful@163.com>
Date: 周一, 11 12月 2023 16:35:29 +0800
Subject: [PATCH] Add virtual hook

---
 examples/CMakeLists.txt |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index ea64e87..b48fa8b 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -1,3 +1,4 @@
 add_subdirectory(shared)
 
-add_subdirectory(mainwindow)
\ No newline at end of file
+add_subdirectory(mainwindow)
+add_subdirectory(qml)
\ No newline at end of file

--
Gitblit v1.9.1