Skip to content

Commit 33d6ae9

Browse files
committed
Refine project
1 parent e418dfa commit 33d6ae9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

MiniThing.vcxproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
5050
<Import Project="$(QtMsBuild)\qt_defaults.props" />
5151
</ImportGroup>
5252
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='QtDebug|x64'" Label="QtSettings">
53-
<QtInstall>5.15.11_msvc2019_64</QtInstall>
53+
<QtInstall>5.12.12_msvc2017_64</QtInstall>
5454
<QtModules>core;gui;widgets</QtModules>
5555
<QtBuildConfig>debug</QtBuildConfig>
5656
<QtDeploy>true</QtDeploy>
5757
</PropertyGroup>
5858
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='QtRelease|x64'" Label="QtSettings">
59-
<QtInstall>5.15.11_msvc2019_64</QtInstall>
59+
<QtInstall>5.12.12_msvc2017_64</QtInstall>
6060
<QtModules>core;gui;widgets</QtModules>
6161
<QtBuildConfig>release</QtBuildConfig>
6262
<QtDeploy>true</QtDeploy>
@@ -123,10 +123,10 @@
123123
<QtBuildConfig>debug</QtBuildConfig>
124124
<QtModules>core;gui;widgets</QtModules>
125125
<QtDeploy>true</QtDeploy>
126-
<QtInstall>5.15.11_msvc2019_64</QtInstall>
126+
<QtInstall>5.12.12_msvc2017_64</QtInstall>
127127
</PropertyGroup>
128128
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='CmdLineRelease|x64'">
129-
<QtInstall>5.15.11_msvc2019_64</QtInstall>
129+
<QtInstall>5.12.12_msvc2017_64</QtInstall>
130130
<QtModules>core;gui;widgets</QtModules>
131131
<QtDeploy>true</QtDeploy>
132132
</PropertyGroup>
@@ -212,4 +212,4 @@
212212
</ImportGroup>
213213
<ImportGroup Label="ExtensionTargets">
214214
</ImportGroup>
215-
</Project>
215+
</Project>

0 commit comments

Comments
 (0)