From 8e6cc97cc705bbc4a88a7803a3f48640e373e469 Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周三, 06 12月 2023 10:50:37 +0800 Subject: [PATCH] Fix title bar draggable mistake --- examples/mainwindow/CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/examples/mainwindow/CMakeLists.txt b/examples/mainwindow/CMakeLists.txt index f981f1a..1554a8a 100644 --- a/examples/mainwindow/CMakeLists.txt +++ b/examples/mainwindow/CMakeLists.txt @@ -11,5 +11,5 @@ qm_configure_target(${PROJECT_NAME} SOURCES ${_src} QT_LINKS Core Gui Widgets - LINKS QWKWidgets + LINKS QWKWidgets WidgetFrame ) \ No newline at end of file -- Gitblit v1.9.1