From ef7c04cd9ac06b64c516db47bda6f4d9c12db3b9 Mon Sep 17 00:00:00 2001
From: Dylan Liu <312902918@qq.com>
Date: 摹曛, 30 5月 2024 19:45:07 +0800
Subject: [PATCH] quickwindowagent: Remove const for HitTestVisible API.

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

diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 4b35d4e..5d27181 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -7,8 +7,9 @@
 
     add_executable(${_target})
     qm_configure_target(${_target} ${ARGN})
-    qm_add_win_rc(${_target} ICON ${QWK_EXAMPLES_DIR}/shared/resources/example.ico)
+    qm_add_win_rc(${_target} ICON ${QWK_EXAMPLES_DIR}/shared/resources/app/example.ico)
     qm_add_win_manifest(${_target})
+    qm_add_mac_bundle(${_target} ICON ${QWK_EXAMPLES_DIR}/shared/resources/app/example.icns)
 endmacro()
 
 add_subdirectory(shared)

--
Gitblit v1.9.1