File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 2
2
configuration : Release
3
3
4
4
image :
5
- - Visual Studio 2019
5
+ - Visual Studio 2022
6
6
7
7
cache :
8
8
- usr
@@ -14,21 +14,22 @@ skip_branch_with_pr: true
14
14
environment :
15
15
APPVEYOR_SAVE_CACHE_ON_ERROR : true
16
16
17
- KF_VERSION : 6.7
17
+ KF_VERSION : 6.12
18
18
KF_BRANCH : stable
19
19
KF_PATCH : 0
20
20
SNORETOAST_VERSION : 0.9.0
21
21
22
22
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
25
26
CMAKE_GENERATOR_ARCH : x64
26
27
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
28
29
# 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
32
33
GPGPATH : /c/Program Files/Git/usr/bin
33
34
WITH_NATIVE_NOTIFICATIONS : " ON"
34
35
WITH_QT6 : " ON"
Original file line number Diff line number Diff line change 18
18
#include < QStyleFactory>
19
19
20
20
#if QT_VERSION >= QT_VERSION_CHECK(6,8,0)
21
- #include < QStyleHints>
21
+ # include < QStyleHints>
22
22
#endif
23
23
24
24
#include < cmath>
You can’t perform that action at this time.
0 commit comments