From 61dce4b291e6f5823e73e1eaff6819af55e9ca46 Mon Sep 17 00:00:00 2001 From: rumtid Date: Thu, 3 Aug 2023 17:48:14 +0800 Subject: [PATCH] Upgrade to Qt 6.5.2 --- scripts/build/build-msi-vs.py | 3 +-- seafile.vcxproj | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/scripts/build/build-msi-vs.py b/scripts/build/build-msi-vs.py index 2a7fce015..e504958f6 100644 --- a/scripts/build/build-msi-vs.py +++ b/scripts/build/build-msi-vs.py @@ -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" @@ -496,4 +496,3 @@ def main(): if __name__ == "__main__": main() - diff --git a/seafile.vcxproj b/seafile.vcxproj index 65b4ba938..307986fe3 100644 --- a/seafile.vcxproj +++ b/seafile.vcxproj @@ -22,7 +22,7 @@ 16.0 {D3B4BCBB-BF84-43DF-9753-A7A0A4288D13} seafile - 10.0 + 10.0.18362.0 @@ -277,4 +277,4 @@ - + \ No newline at end of file