.vcxproj

.vcxproj.filters

.vcxproj.user

Qt

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <QTDIR>D:\Qt\Qt5.9.2_4\5.9.2\msvc2017_64</QTDIR>
    <LocalDebuggerEnvironment>PATH=$(QTDIR)\bin%3b$(PATH)</LocalDebuggerEnvironment>
</PropertyGroup>
其中,%3b是分号(;)的url编码。
如果系统中安装有多个Qt版本,但QTDIR环境变量只能设置一个,可以用这个选项为每个项目单独设置QTDIR

相关文章:

  • 2021-07-14
  • 2022-12-23
  • 2021-05-30
  • 2022-12-23
  • 2022-12-23
  • 2021-10-18
猜你喜欢
  • 2022-12-23
  • 2021-07-21
  • 2022-12-23
  • 2022-12-23
  • 2021-10-03
  • 2022-12-23
  • 2021-05-18
相关资源
相似解决方案