From 40edcbfd2e1b978d62b4b12f90c112694dfccc52 Mon Sep 17 00:00:00 2001 From: SineStriker <55847490+SineStriker@users.noreply.github.com> Date: 周五, 17 5月 2024 11:41:23 +0800 Subject: [PATCH] Merge pull request #81 from JacobMuchow/fix/window-kit-config --- 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