release version to qt 6.4.2 as well

This commit is contained in:
georgemoralis 2023-02-28 11:12:48 +02:00
parent 8f499d2341
commit 499d4ad46f
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
<QtBuildConfig>debug</QtBuildConfig> <QtBuildConfig>debug</QtBuildConfig>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="QtSettings"> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="QtSettings">
<QtInstall>6.4.0</QtInstall> <QtInstall>6.4.2</QtInstall>
<QtModules>core;gui;widgets</QtModules> <QtModules>core;gui;widgets</QtModules>
<QtBuildConfig>release</QtBuildConfig> <QtBuildConfig>release</QtBuildConfig>
</PropertyGroup> </PropertyGroup>