Skip to content

Commit

Permalink
Fix typo and update CI versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zrax committed Oct 9, 2024
1 parent deb52af commit 2f7c350
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
kf_fullver: "5.116.0"
qt_version: "5.15.2"
kf_cmake_args: ""
- kf_version: "6.3"
kf_fullver: "6.3.0"
- kf_version: "6.6"
kf_fullver: "6.6.0"
qt_version: "6.6.3"
kf_cmake_args: "-DBUILD_WITH_QT6=ON"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/win-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
kf_cmake_args: ""
build_installer: "$false"
deploy_openssl: "$true"
- kf_version: "6.3"
kf_fullver: "6.3.0"
- kf_version: "6.6"
kf_fullver: "6.6.0"
qt_version: "6.6.3"
cmake_generator: "Visual Studio 16 2019"
kf_cmake_args: "-DBUILD_WITH_QT6=ON"
Expand Down
2 changes: 1 addition & 1 deletion src/aboutdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ AboutDialog::AboutDialog(QWidget *parent)
#if defined(KSYNTAXHIGHLIGHTING_VERSION)
QStringLiteral(KSYNTAXHIGHLIGHTING_VERSION_STRING),
#elif defined(SyntaxHighlighting_VERSION)
QStringLiteral(SyntaxHighlighting_VERSION),
QStringLiteral(SyntaxHighlighting_VERSION_STRING),
#else
# error Unsupported <ksyntaxhighlighting_version.h> header format
#endif
Expand Down

0 comments on commit 2f7c350

Please sign in to comment.