From 6f6f96909e7ded6ae3a4e59d9d4b62fa593abb23 Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周日, 25 2月 2024 02:33:03 +0800 Subject: [PATCH] Fix quick initialization failure --- 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