Skip to content

Commit

Permalink
Update for QtCreator 12
Browse files Browse the repository at this point in the history
  • Loading branch information
VikingGuenter committed Nov 24, 2023
1 parent 005d194 commit 15888fb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 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.4.3
QT_CREATOR_VERSION: 11.0.3
QT_VERSION: 6.6.0
QT_CREATOR_VERSION: 12.0.0
QT_CREATOR_SNAPSHOT: NO
CMAKE_VERSION: 3.24.2
NINJA_VERSION: 1.10.2
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
if("${qt_version_major}" STREQUAL "5")
set(qt_package_suffix "-Linux-RHEL_7_6-GCC-Linux-RHEL_7_6-X86_64")
else()
set(qt_package_suffix "-Linux-RHEL_8_4-GCC-Linux-RHEL_8_4-X86_64")
set(qt_package_suffix "-Linux-RHEL_8_6-GCC-Linux-RHEL_8_6-X86_64")
endif()
endif()
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.3)
project(SIGBUILD LANGUAGES CXX VERSION 0.4.4)

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.3\",
\"CompatVersion\" : \"0.4.3\",
\"Version\" : \"0.4.4\",
\"CompatVersion\" : \"0.4.4\",
\"Vendor\" : \"Davide Coppola\",
\"Copyright\" : \"(C) Davide Coppola\",
\"License\" : \"GPL v3.\",
\"Category\" : \"Qt Creator\",
\"Description\" : \"This plugin notifies you when a build ends.\",
\"Url\" : \"http://sigbuild.com\",
$$dependencyList
${IDE_PLUGIN_DEPENDENCIES}
}

0 comments on commit 15888fb

Please sign in to comment.