From e9999fa61ea0ffa602c69e10e54996b3a636a5e6 Mon Sep 17 00:00:00 2001
From: Yuhang Zhao <2546789017@qq.com>
Date: 周五, 09 5月 2025 16:03:45 +0800
Subject: [PATCH] fix window reopen issue (#179)

---
 share/msbuild/QWindowKit.props.in |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/share/msbuild/QWindowKit.props.in b/share/msbuild/QWindowKit.props.in
index 2a7e619..53282a0 100644
--- a/share/msbuild/QWindowKit.props.in
+++ b/share/msbuild/QWindowKit.props.in
@@ -4,7 +4,7 @@
     <LibraryPath>@MSBUILD_QWK_INSTALL_PREFIX@\@MSBUILD_QWK_INSTALL_LIBDIR@;$(LibraryPath)</LibraryPath>
   </PropertyGroup>
   <PropertyGroup Label="QtSettings">
-    <QtHeaderSearchPath>@MSBUILD_QWK_INSTALL_PREFIX@\@MSBUILD_QWK_INSTALL_INCDIR@;$(QtHeaderSearchPath)</QtHeaderSearchPath>
+    <QtHeaderSearchPath>@MSBUILD_QWK_INSTALL_PREFIX@\@MSBUILD_QWK_INSTALL_INCDIR@\QWindowKit;$(QtHeaderSearchPath)</QtHeaderSearchPath>
   </PropertyGroup>
   <ItemDefinitionGroup>
     <ClCompile>
@@ -15,4 +15,7 @@
       <AdditionalDependencies Condition="'$(Configuration)'=='Release'">@MSBUILD_QWK_LIBRARY_LIST_RELEASE@;%(AdditionalDependencies);</AdditionalDependencies>
     </Link>
   </ItemDefinitionGroup>
+  <PropertyGroup>
+    @MSBUILD_QWK_STATIC_MACRO@
+  </PropertyGroup>
 </Project>

--
Gitblit v1.9.1