Skip to content

Commit

Permalink
Upgrade to Qt Creator 13
Browse files Browse the repository at this point in the history
  • Loading branch information
vivaladav committed Apr 10, 2024
1 parent 3d859c8 commit a6fc4db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
env:
PLUGIN_NAME: SIGBUILD
QT_VERSION: 6.6.0
QT_CREATOR_VERSION: 12.0.0
QT_CREATOR_VERSION: 13.0.0
QT_CREATOR_SNAPSHOT: NO
CMAKE_VERSION: 3.24.2
NINJA_VERSION: 1.10.2
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.10)

project(SIGBUILD LANGUAGES CXX VERSION 0.4.4)
project(SIGBUILD LANGUAGES CXX VERSION 0.4.5)

set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON)
Expand Down
6 changes: 3 additions & 3 deletions SIGBUILD.json.in
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"Name" : "SIGBUILD",
"Version" : "0.4.4",
"CompatVersion" : "0.4.4",
"Version" : "0.4.5",
"CompatVersion" : "0.4.5",
"Vendor" : "Davide Coppola",
"Copyright" : "(C) Davide Coppola",
"License" : "GPL v3.",
"Category" : "Qt Creator",
"Description" : "This plugin notifies you when a build ends.",
"Description" : "This plugin notifies you when a build ends and tracks stats of your builds.",
"Url" : "http://sigbuild.com",
${IDE_PLUGIN_DEPENDENCIES}
}

0 comments on commit a6fc4db

Please sign in to comment.