From bc8868d519702c5a55f21377711cf4db54714650 Mon Sep 17 00:00:00 2001 From: SineStriker <55847490+SineStriker@users.noreply.github.com> Date: 周一, 29 1月 2024 22:03:10 +0800 Subject: [PATCH] Fix centerize issue (#34) --- 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