QWindowKit.props.in 1.0 KB

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <LibraryPath>@MSBUILD_QWK_INSTALL_PREFIX@\@MSBUILD_QWK_INSTALL_LIBDIR@;$(LibraryPath)</LibraryPath>
  5. </PropertyGroup>
  6. <PropertyGroup Label="QtSettings">
  7. <QtHeaderSearchPath>@MSBUILD_QWK_INSTALL_PREFIX@\@MSBUILD_QWK_INSTALL_INCDIR@\QWindowKit;$(QtHeaderSearchPath)</QtHeaderSearchPath>
  8. </PropertyGroup>
  9. <ItemDefinitionGroup>
  10. <ClCompile>
  11. <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
  12. </ClCompile>
  13. <Link>
  14. <AdditionalDependencies Condition="'$(Configuration)'=='Debug'">@MSBUILD_QWK_LIBRARY_LIST_DEBUG@;%(AdditionalDependencies);</AdditionalDependencies>
  15. <AdditionalDependencies Condition="'$(Configuration)'=='Release'">@MSBUILD_QWK_LIBRARY_LIST_RELEASE@;%(AdditionalDependencies);</AdditionalDependencies>
  16. </Link>
  17. </ItemDefinitionGroup>
  18. <PropertyGroup>
  19. @MSBUILD_QWK_STATIC_MACRO@
  20. </PropertyGroup>
  21. </Project>