From 6f4ab6474fa81556b1d90f6f87f8322282d054db Mon Sep 17 00:00:00 2001 From: Zhao Yuhang <2546789017@qq.com> Date: 周六, 08 2月 2025 21:46:13 +0800 Subject: [PATCH] fix unwanted title bar when special effect is enabled --- examples/qml/CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/examples/qml/CMakeLists.txt b/examples/qml/CMakeLists.txt index 871f04f..9b834fa 100644 --- a/examples/qml/CMakeLists.txt +++ b/examples/qml/CMakeLists.txt @@ -3,7 +3,7 @@ file(GLOB _src *.h *.cpp *.qrc) qwk_add_example(${PROJECT_NAME} - SOURCES ${_src} + SOURCES ${_src} ../shared/resources/shared.qrc QT_LINKS Core Gui Qml Quick LINKS QWKQuick ) -- Gitblit v1.9.1