From a6fc4db2fa8f5b51106002ed719b8f95b2f58d17 Mon Sep 17 00:00:00 2001 From: Davide Coppola Date: Wed, 10 Apr 2024 08:55:44 +0200 Subject: [PATCH] Upgrade to Qt Creator 13 --- .github/workflows/cmake-multi-platform.yml | 2 +- CMakeLists.txt | 2 +- SIGBUILD.json.in | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 6a90609..af681b4 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -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 diff --git a/CMakeLists.txt b/CMakeLists.txt index 587f866..f94561f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/SIGBUILD.json.in b/SIGBUILD.json.in index 6f64c93..ffb03e7 100644 --- a/SIGBUILD.json.in +++ b/SIGBUILD.json.in @@ -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} }