Skip to content

Commit

Permalink
Upgrade to Qt 6.5.2 (#2695)
Browse files Browse the repository at this point in the history
  • Loading branch information
rumtid committed Aug 28, 2023
1 parent 8ac92a6 commit e42cb24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions scripts/build/build-msi-vs.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
CERTFILE = "C:/certs/seafile.pfx"

# Qt library directory
QT_DIR = "C:/Qt/Qt5.15.1/5.15.1/msvc2019_64"
QT_DIR = "C:/Qt/6.5.2/msvc2019_64"

# Wix install directory
WIX_BIN = "C:/wix/bin"
Expand Down Expand Up @@ -496,4 +496,3 @@ def main():

if __name__ == "__main__":
main()

4 changes: 2 additions & 2 deletions seafile.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<VCProjectVersion>16.0</VCProjectVersion>
<ProjectGuid>{D3B4BCBB-BF84-43DF-9753-A7A0A4288D13}</ProjectGuid>
<RootNamespace>seafile</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
Expand Down Expand Up @@ -277,4 +277,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

0 comments on commit e42cb24

Please sign in to comment.