Skip to content

Commit 8e436ab

Browse files
committed
fix: 弥补缺失的脚本对象成员;
1 parent 16c7b01 commit 8e436ab

21 files changed

+2739
-1273
lines changed

CMakeLists.txt

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,27 @@ set(CMAKE_CXX_STANDARD 17)
1010
set(CMAKE_CXX_STANDARD_REQUIRED ON)
1111
set(PROJECT_VERSION "2.3.0")
1212

13-
find_package(QT NAMES Qt6 REQUIRED COMPONENTS Widgets Network Concurrent
14-
PrintSupport Xml LinguistTools)
13+
set(QT_CREATOR_SKIP_MAINTENANCE_TOOL_PROVIDER ON)
14+
set(QT_NO_PRIVATE_MODULE_WARNING ON)
15+
16+
find_package(
17+
QT NAMES Qt6 REQUIRED
18+
COMPONENTS Widgets
19+
Network
20+
Concurrent
21+
GuiPrivate
22+
PrintSupport
23+
Xml
24+
LinguistTools)
1525
find_package(
16-
Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Widgets Network Concurrent
17-
PrintSupport Xml LinguistTools)
26+
Qt${QT_VERSION_MAJOR} REQUIRED
27+
COMPONENTS Widgets
28+
Network
29+
Concurrent
30+
GuiPrivate
31+
PrintSupport
32+
Xml
33+
LinguistTools)
1834

1935
message("Build ${PROJECT_NAME} with ${CMAKE_BUILD_TYPE}.")
2036

TestBadPlugin/TestBadPlugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Id": "TestBadPlugin",
3-
"SDK": 18,
3+
"SDK": 19,
44
"Version": "0.0.1",
55
"Vendor": "WingCloudStudio",
66
"Dependencies": [

TestHexExt/TestHexExt.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Id": "TestHexExt",
3-
"SDK": 18,
3+
"SDK": 19,
44
"Version": "0.0.1",
55
"Vendor": "WingCloudStudio",
66
"Author": "wingsummer",

TestManager/TestManager.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Id": "TestManager",
3-
"SDK": 18,
3+
"SDK": 19,
44
"Version": "0.0.1",
55
"Vendor": "WingCloudStudio",
66
"Author": "wingsummer",

TestPlugin/TestPlugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Id": "TestPlugin",
3-
"SDK": 18,
3+
"SDK": 19,
44
"Version": "0.0.1",
55
"Vendor": "WingCloudStudio",
66
"Dependencies": [

WingPlugin

lang/en_US/winghex_en_US.ts

Lines changed: 378 additions & 377 deletions
Large diffs are not rendered by default.

lang/zh_CN/winghex_zh_CN.ts

Lines changed: 378 additions & 377 deletions
Large diffs are not rendered by default.

lang/zh_TW/winghex_zh_TW.ts

Lines changed: 378 additions & 377 deletions
Large diffs are not rendered by default.

src/class/WingAngelAPI.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Id": "WingAngelAPI",
3-
"SDK": 18,
3+
"SDK": 19,
44
"Author": "wingsummer",
55
"Version": "2.2.2",
66
"Vendor": "WingCloudStudio",

0 commit comments

Comments
 (0)