Skip to content

Commit

Permalink
Update MiniThing.vcxproj
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanoSong authored May 9, 2024
1 parent 32ed36b commit 6c83468
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions MiniThing.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@
<Import Project="$(QtMsBuild)\qt_defaults.props" />
</ImportGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='QtDebug|x64'" Label="QtSettings">
<QtInstall>5.12.12_msvc2017_64</QtInstall>
<QtInstall>5.15.11_msvc2019_64</QtInstall>
<QtModules>core;gui;widgets</QtModules>
<QtBuildConfig>debug</QtBuildConfig>
<QtDeploy>true</QtDeploy>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='QtRelease|x64'" Label="QtSettings">
<QtInstall>5.12.12_msvc2017_64</QtInstall>
<QtInstall>5.15.11_msvc2019_64</QtInstall>
<QtModules>core;gui;widgets</QtModules>
<QtBuildConfig>release</QtBuildConfig>
<QtDeploy>true</QtDeploy>
Expand Down Expand Up @@ -123,10 +123,10 @@
<QtBuildConfig>debug</QtBuildConfig>
<QtModules>core;gui;widgets</QtModules>
<QtDeploy>true</QtDeploy>
<QtInstall>5.12.12_msvc2017_64</QtInstall>
<QtInstall>5.15.11_msvc2019_64</QtInstall>
</PropertyGroup>
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='CmdLineRelease|x64'">
<QtInstall>5.12.12_msvc2017_64</QtInstall>
<QtInstall>5.15.11_msvc2019_64</QtInstall>
<QtModules>core;gui;widgets</QtModules>
<QtDeploy>true</QtDeploy>
</PropertyGroup>
Expand Down Expand Up @@ -211,4 +211,4 @@
</ImportGroup>
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

0 comments on commit 6c83468

Please sign in to comment.