Skip to content

Commit

Permalink
Merge pull request #1 from VikingGuenter/QtC_14_support
Browse files Browse the repository at this point in the history
Add support for QtCreator 14
  • Loading branch information
VikingGuenter authored Jul 26, 2024
2 parents a6fc4db + 5c47556 commit 2dcab6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:

env:
PLUGIN_NAME: SIGBUILD
QT_VERSION: 6.6.0
QT_CREATOR_VERSION: 13.0.0
QT_VERSION: 6.7.2
QT_CREATOR_VERSION: 14.0.0
QT_CREATOR_SNAPSHOT: NO
CMAKE_VERSION: 3.24.2
NINJA_VERSION: 1.10.2
Expand Down
4 changes: 2 additions & 2 deletions SIGBUILD.json.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Name" : "SIGBUILD",
"Version" : "0.4.5",
"CompatVersion" : "0.4.5",
"Version" : "0.4.6",
"CompatVersion" : "0.4.6",
"Vendor" : "Davide Coppola",
"Copyright" : "(C) Davide Coppola",
"License" : "GPL v3.",
Expand Down

0 comments on commit 2dcab6c

Please sign in to comment.