From 862cbfe3032b1f71977fb66af7bd87645ec3eeac Mon Sep 17 00:00:00 2001
From: Sine Striker <trueful@163.com>
Date: 摹曛, 21 12月 2023 23:27:04 +0800
Subject: [PATCH] minor tweaks

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

diff --git a/examples/mainwindow/CMakeLists.txt b/examples/mainwindow/CMakeLists.txt
index 62845fa..ea3c66b 100644
--- a/examples/mainwindow/CMakeLists.txt
+++ b/examples/mainwindow/CMakeLists.txt
@@ -3,9 +3,9 @@
 file(GLOB _src *.h *.cpp)
 
 qwk_add_example(${PROJECT_NAME}
-    SOURCES ${_src} mainwindow.qrc ../shared/resources/window-bar.qrc
+    SOURCES ${_src} mainwindow.qrc ../shared/resources/shared.qrc
     QT_LINKS Core Gui Widgets
-    LINKS QWKWidgets WidgetFrame
+    LINKS QWKWidgets QWKStyleSupport WidgetFrame
 )
 
 set_target_properties(${PROJECT_NAME} PROPERTIES

--
Gitblit v1.9.1