From 91274c58b1772dfe38d3fcab291693141e822684 Mon Sep 17 00:00:00 2001 From: Daniel <49284193+dnlkrs@users.noreply.github.com> Date: 周五, 06 12月 2024 21:55:30 +0800 Subject: [PATCH] Fix WindowsRegistryKey for Qt 6.8.1 (#154) --- 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