Skip to content

Commit e5f3eaf

Browse files
committed
Windows: Update to Qt 6.8 and KDE Frameworks 6.12
1 parent 134ba10 commit e5f3eaf

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

appveyor.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
configuration: Release
33

44
image:
5-
- Visual Studio 2019
5+
- Visual Studio 2022
66

77
cache:
88
- usr
@@ -14,21 +14,22 @@ skip_branch_with_pr: true
1414
environment:
1515
APPVEYOR_SAVE_CACHE_ON_ERROR: true
1616

17-
KF_VERSION: 6.7
17+
KF_VERSION: 6.12
1818
KF_BRANCH: stable
1919
KF_PATCH: 0
2020
SNORETOAST_VERSION: 0.9.0
2121

2222
matrix:
23-
- QTDIR: /c/Qt/6.5/msvc2019_64
24-
CMAKE_GENERATOR: Visual Studio 16 2019
23+
- QTDIR: /c/Qt/6.8/msvc2022_64
24+
# https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html#visual-studio-generators
25+
CMAKE_GENERATOR: Visual Studio 17 2022
2526
CMAKE_GENERATOR_ARCH: x64
2627
BUILD_SUB_DIR: Release
27-
# https://wiki.qt.io/Qt_6.5_Tools_and_Versions
28+
# https://wiki.qt.io/Qt_6.8_Tools_and_Versions
2829
# https://www.appveyor.com/docs/windows-images-software/#tools
29-
OPENSSL_PATH: /c/OpenSSL-v111-Win64/bin
30-
LIBSSL: libssl-1_1-x64.dll
31-
LIBCRYPTO: libcrypto-1_1-x64.dll
30+
OPENSSL_PATH: /c/OpenSSL-v30-Win64/bin
31+
LIBSSL: libssl-3-x64.dll
32+
LIBCRYPTO: libcrypto-3-x64.dll
3233
GPGPATH: /c/Program Files/Git/usr/bin
3334
WITH_NATIVE_NOTIFICATIONS: "ON"
3435
WITH_QT6: "ON"

src/gui/theme.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#include <QStyleFactory>
1919

2020
#if QT_VERSION >= QT_VERSION_CHECK(6,8,0)
21-
#include <QStyleHints>
21+
# include <QStyleHints>
2222
#endif
2323

2424
#include <cmath>

0 commit comments

Comments
 (0)