try to lower qt version

This commit is contained in:
Martin Rotter 2023-08-25 06:37:12 +02:00
parent 2a02b2cee4
commit be5bc5ff00
3 changed files with 4 additions and 13 deletions

9
.gitmodules vendored
View File

@ -1,9 +0,0 @@
[submodule "resources/scripts/transka"]
path = resources/scripts/transka
url = https://github.com/martinrotter/transka.git
[submodule "resources/scripts/7za"]
path = resources/scripts/7za
url = https://github.com/martinrotter/7za.git
[submodule "resources/scripts/nsis"]
path = resources/scripts/nsis
url = https://github.com/martinrotter/nsis.git

View File

@ -67,7 +67,7 @@ set(APP_AUTHOR "Martin Rotter")
set(APP_COPYRIGHT "\\251 2011-${YEAR} ${APP_AUTHOR}")
set(APP_REVERSE_NAME "io.github.martinrotter.rssguard")
set(APP_DONATE_URL "https://github.com/sponsors/martinrotter")
set(APP_VERSION "4.5.0")
set(APP_VERSION "4.5.1")
set(APP_URL "https://github.com/martinrotter/rssguard")
set(APP_URL_DOCUMENTATION "https://github.com/martinrotter/rssguard/blob/${APP_VERSION}/resources/docs/Documentation.md")

View File

@ -24,13 +24,13 @@ if ($use_qt5 -eq "ON") {
$qt_version = "5.15.2"
}
else {
$qt_version = "6.5.2"
$qt_version = "6.4.3"
}
$maria_version = "10.6.14"
$maria_version = "10.6.15"
$maria_link = "https://archive.mariadb.org/mariadb-$maria_version/winx64-packages/mariadb-$maria_version-winx64.zip"
$maria_output = "maria.zip"
$cmake_version = "3.27.1"
$cmake_version = "3.27.4"
$cmake_link = "https://github.com/Kitware/CMake/releases/download/v$cmake_version/cmake-$cmake_version-windows-x86_64.zip"
$cmake_output = "cmake.zip"