From 2d2fc799bc698ebf7e7c8bcc394366d0d7bf071b Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周二, 20 2月 2024 18:18:39 +0800 Subject: [PATCH] Partially finish the bug after window close and reshow --- share/msbuild/QWindowKit.props.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/share/msbuild/QWindowKit.props.in b/share/msbuild/QWindowKit.props.in index 2a7e619..1fd54c4 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> -- Gitblit v1.9.1