mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-05-28 03:10:28 -04:00
chore: Upgrade plugin to QtCreator 16 (#136)
This commit is contained in:
parent
085659483f
commit
b98f85a997
11
.github/scripts/plugin.json
vendored
11
.github/scripts/plugin.json
vendored
@ -6,22 +6,27 @@
|
|||||||
"llm",
|
"llm",
|
||||||
"ai"
|
"ai"
|
||||||
],
|
],
|
||||||
"compatibility": "Qt 6.8.1",
|
"compatibility": "Qt 6.8.2",
|
||||||
"platforms": [
|
"platforms": [
|
||||||
"Windows",
|
"Windows",
|
||||||
"macOS",
|
"macOS",
|
||||||
"Linux"
|
"Linux"
|
||||||
],
|
],
|
||||||
"license": "GPLv3",
|
"license": "GPLv3",
|
||||||
"version": "0.4.0",
|
"version": "0.5.2",
|
||||||
"status": "draft",
|
"status": "draft",
|
||||||
"is_pack": false,
|
"is_pack": false,
|
||||||
"released_at": null,
|
"released_at": null,
|
||||||
"version_history": [
|
"version_history": [
|
||||||
{
|
{
|
||||||
"version": "0.4.0",
|
"version": "0.4.0",
|
||||||
"is_latest": true,
|
"is_latest": false,
|
||||||
"released_at": "2024-01-24T15:00:00Z"
|
"released_at": "2024-01-24T15:00:00Z"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "0.5.2",
|
||||||
|
"is_latest": true,
|
||||||
|
"released_at": "2025-03-13T17:00:00Z"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": "https://github.com/user-attachments/assets/dc336712-83cb-440d-8761-8d0a31de898d",
|
"icon": "https://github.com/user-attachments/assets/dc336712-83cb-440d-8761-8d0a31de898d",
|
||||||
|
6
.github/workflows/build_cmake.yml
vendored
6
.github/workflows/build_cmake.yml
vendored
@ -12,9 +12,9 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
PLUGIN_NAME: QodeAssist
|
PLUGIN_NAME: QodeAssist
|
||||||
QT_VERSION: 6.8.1
|
QT_VERSION: 6.8.2
|
||||||
QT_CREATOR_VERSION: 15.0.1
|
QT_CREATOR_VERSION: 16.0.0
|
||||||
QT_CREATOR_VERSION_INTERNAL: 15.0.1
|
QT_CREATOR_VERSION_INTERNAL: 16.0.0
|
||||||
MACOS_DEPLOYMENT_TARGET: "11.0"
|
MACOS_DEPLOYMENT_TARGET: "11.0"
|
||||||
CMAKE_VERSION: "3.29.6"
|
CMAKE_VERSION: "3.29.6"
|
||||||
NINJA_VERSION: "1.12.1"
|
NINJA_VERSION: "1.12.1"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"Id" : "qodeassist",
|
"Id" : "qodeassist",
|
||||||
"Name" : "QodeAssist",
|
"Name" : "QodeAssist",
|
||||||
"Version" : "0.5.1",
|
"Version" : "0.5.2",
|
||||||
"Vendor" : "Petr Mironychev",
|
"Vendor" : "Petr Mironychev",
|
||||||
"VendorId" : "petrmironychev",
|
"VendorId" : "petrmironychev",
|
||||||
"Copyright" : "(C) ${IDE_COPYRIGHT_YEAR} Petr Mironychev, (C) ${IDE_COPYRIGHT_YEAR} The Qt Company Ltd",
|
"Copyright" : "(C) ${IDE_COPYRIGHT_YEAR} Petr Mironychev, (C) ${IDE_COPYRIGHT_YEAR} The Qt Company Ltd",
|
||||||
|
Loading…
Reference in New Issue
Block a user