From 3cfe15a9c3db0993d8b8fef5d148625840e5a75c Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周二, 05 12月 2023 15:43:39 +0800 Subject: [PATCH] Add host interface --- 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