Skip to content

Commit 91542ba

Browse files
committed
Add screenCapturable support
Signed-off-by: xiaoming <2014500726@smail.xtu.edu.cn>
1 parent 4fd3054 commit 91542ba

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+7551
-6195
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
- name: Install Qt
5050
uses: jurplel/install-qt-action@v4
5151
with:
52-
version: '6.5.3'
52+
version: '6.8.1'
5353
modules: 'qtwebsockets qtserialport qtmultimedia'
54-
aqtversion: ==3.1.7
54+
aqtversion: '==3.1.20'
5555

5656
- name: Install prerequisites
5757
run: |
@@ -84,7 +84,7 @@ jobs:
8484
run: |
8585
git fetch --tags --force
8686
sed -i 's/--long --dirty/--long/g' ./tools/generate_info.sh
87-
sed -i 's/QT_DIR=\/opt\/Qt6.2.0\/6.2.0\/gcc_64/QT_DIR=$(cd "$(dirname "$0")";pwd)\/..\/Qt\/6.5.3\/gcc_64/g' build_deb.sh
87+
sed -i 's/QT_DIR=\/opt\/Qt6.2.0\/6.2.0\/gcc_64/QT_DIR=$(cd "$(dirname "$0")";pwd)\/..\/Qt\/6.8.1\/gcc_64/g' build_deb.sh
8888
sed -i 's/LIBSSH2_DIR=\/libssh2/LIBSSH2_DIR=\/usr\/local\/output/g' ./lib/qtssh/qtssh.pri
8989
mkdir prebuilt_plugins
9090
python3 ./.github/scripts/get_plugin.py ./.github/scripts/plugin_list.json ./prebuilt_plugins

.github/workflows/linux_appimage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
- name: Install Qt
5050
uses: jurplel/install-qt-action@v4
5151
with:
52-
version: '6.5.3'
52+
version: '6.8.1'
5353
modules: 'qtwebsockets qtserialport qtmultimedia'
54-
aqtversion: ==3.1.7
54+
aqtversion: '==3.1.20'
5555

5656
- name: Install prerequisites
5757
run: |
@@ -84,7 +84,7 @@ jobs:
8484
run: |
8585
git fetch --tags --force
8686
sed -i 's/--long --dirty/--long/g' ./tools/generate_info.sh
87-
sed -i 's/QT_DIR=\/opt\/Qt6.2.0\/6.2.0\/gcc_64/QT_DIR=$(cd "$(dirname "$0")";pwd)\/..\/Qt\/6.5.3\/gcc_64/g' build_AppImage.sh
87+
sed -i 's/QT_DIR=\/opt\/Qt6.2.0\/6.2.0\/gcc_64/QT_DIR=$(cd "$(dirname "$0")";pwd)\/..\/Qt\/6.8.1\/gcc_64/g' build_AppImage.sh
8888
sed -i 's/LIBSSH2_DIR=\/libssh2/LIBSSH2_DIR=\/usr\/local\/output/g' ./lib/qtssh/qtssh.pri
8989
mkdir prebuilt_plugins
9090
python3 ./.github/scripts/get_plugin.py ./.github/scripts/plugin_list.json ./prebuilt_plugins

.github/workflows/macos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
- name: Install Qt
5050
uses: jurplel/install-qt-action@v4
5151
with:
52-
version: '6.5.3'
52+
version: '6.7.3'
5353
modules: 'qtwebsockets qtserialport qtmultimedia'
54-
aqtversion: ==3.1.7
54+
aqtversion: '==3.1.20'
5555

5656
- name: Install prerequisites
5757
run: |
@@ -76,7 +76,7 @@ jobs:
7676
run: |
7777
git fetch --tags --force
7878
sed -i'.original' -e 's/--long --dirty/--long/g' ./tools/generate_info.sh
79-
sed -i'.original' -e 's/QT_DIR=\/opt\/Qt6.2.0\/6.2.0\/gcc_64/QT_DIR=$(cd "$(dirname "$0")";pwd)\/..\/Qt\/6.5.3\/macos/g' build_dmg.sh
79+
sed -i'.original' -e 's/QT_DIR=\/opt\/Qt6.2.0\/6.2.0\/gcc_64/QT_DIR=$(cd "$(dirname "$0")";pwd)\/..\/Qt\/6.7.3\/macos/g' build_dmg.sh
8080
sed -i'.original' -e 's/LIBSSH2_DIR=\/libssh2/LIBSSH2_DIR=\/usr\/local\/output/g' ./lib/qtssh/qtssh.pri
8181
mkdir prebuilt_plugins
8282
python3 ./.github/scripts/get_plugin.py ./.github/scripts/plugin_list.json ./prebuilt_plugins

.github/workflows/macos_arm64.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
- name: Install Qt
5050
uses: jurplel/install-qt-action@v4
5151
with:
52-
version: '6.5.3'
52+
version: '6.7.3'
5353
modules: 'qtwebsockets qtserialport qtmultimedia'
54-
aqtversion: ==3.1.7
54+
aqtversion: '==3.1.20'
5555

5656
- name: Install prerequisites
5757
run: |
@@ -76,7 +76,7 @@ jobs:
7676
run: |
7777
git fetch --tags --force
7878
sed -i'.original' -e 's/--long --dirty/--long/g' ./tools/generate_info.sh
79-
sed -i'.original' -e 's/QT_DIR=\/opt\/Qt6.2.0\/6.2.0\/gcc_64/QT_DIR=$(cd "$(dirname "$0")";pwd)\/..\/Qt\/6.5.3\/macos/g' build_dmg.sh
79+
sed -i'.original' -e 's/QT_DIR=\/opt\/Qt6.2.0\/6.2.0\/gcc_64/QT_DIR=$(cd "$(dirname "$0")";pwd)\/..\/Qt\/6.7.3\/macos/g' build_dmg.sh
8080
sed -i'.original' -e 's/LIBSSH2_DIR=\/libssh2/LIBSSH2_DIR=\/usr\/local\/output/g' ./lib/qtssh/qtssh.pri
8181
mkdir prebuilt_plugins
8282
python3 ./.github/scripts/get_plugin.py ./.github/scripts/plugin_list.json ./prebuilt_plugins

.github/workflows/windows.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,10 @@ jobs:
5050
uses: jurplel/install-qt-action@v4
5151
with:
5252
arch: win64_mingw
53-
version: '6.5.3'
53+
version: '6.8.1'
5454
modules: 'qtwebsockets qtserialport qtmultimedia'
55-
aqtversion: ==3.1.7
55+
aqtversion: '==3.1.19'
56+
tools: 'tools_mingw1310'
5657

5758
- name: Install cmake
5859
uses: crazy-max/ghaction-chocolatey@v3
@@ -78,6 +79,7 @@ jobs:
7879
run: |
7980
pacman --noconfirm -S make cmake autoconf automake bison diffutils libtool texinfo xmlto
8081
pacman --noconfirm -S base-devel msys2-devel mingw-w64-{x86_64,i686}-toolchain
82+
gcc --version
8183
mkdir mingw-w64-libpython
8284
cp -r ${Python3_ROOT_DIR}/include ./mingw-w64-libpython/
8385
mkdir mingw-w64-libpython/lib
@@ -118,8 +120,8 @@ jobs:
118120
run: |
119121
git fetch --tags --force
120122
./tools/sed/sed.exe -i 's/--long --dirty/--long/g' ./tools/generate_info.ps1
121-
./tools/sed/sed.exe -i "s/QT_DIR=C:\/Qt\/Qt6.2.0\/6.2.0\/mingw81_32\/bin/QT_DIR=%Qt5_Dir%/g" ./build_setup.bat
122-
./tools/sed/sed.exe -i "s/QT_TOOLS_DIR=C:\/Qt\/Qt6.2.0\/Tools\/mingw810_32\/bin/QT_TOOLS_DIR=C:\/ProgramData\/Chocolatey\/lib\/mingw\/tools\/install\/mingw64\/bin/g" ./build_setup.bat
123+
./tools/sed/sed.exe -i "s/QT_DIR=C:\/Qt\/Qt6.2.0\/6.2.0\/mingw81_32\/bin/QT_DIR=%QT_ROOT_DIR%\/bin/g" ./build_setup.bat
124+
./tools/sed/sed.exe -i "s/QT_TOOLS_DIR=C:\/Qt\/Qt6.2.0\/Tools\/mingw810_32\/bin/QT_TOOLS_DIR=%IQTA_TOOLS%\/mingw1310\/bin/g" ./build_setup.bat
123125
./tools/sed/sed.exe -i "s/mingw32-make -j8/mingw32-make -j1/g" ./build_setup.bat
124126
./tools/sed/sed.exe -i "s/WINPTY_DIR=D:\\quardCRT\\depend\\winpty/WINPTY_DIR=D:\\winpty/g" ./lib/ptyqt/ptyqt.pri
125127
./tools/sed/sed.exe -i "s/LIBSSH2_DIR=\/libssh2/LIBSSH2_DIR=D:\\libssh2/g" ./lib/qtssh/qtssh.pri

.github/workflows/windows_msvc.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ on:
4040
workflow_dispatch:
4141

4242
jobs:
43-
windows_msvc2019:
43+
windows_msvc2022:
4444
runs-on: windows-2022
4545

4646
steps:
@@ -49,10 +49,10 @@ jobs:
4949
- name: Install Qt
5050
uses: jurplel/install-qt-action@v4
5151
with:
52-
arch: 'win64_msvc2019_64'
53-
version: '6.5.3'
52+
arch: 'win64_msvc2022_64'
53+
version: '6.8.1'
5454
modules: 'qtwebsockets qtserialport qtmultimedia'
55-
aqtversion: '==3.1.7'
55+
aqtversion: '==3.1.19'
5656

5757
- name: Install cmake
5858
uses: crazy-max/ghaction-chocolatey@v3
@@ -81,7 +81,6 @@ jobs:
8181
uses: ilammy/msvc-dev-cmd@v1
8282
with:
8383
arch: x64
84-
toolset: 14.29
8584

8685
- name: Install libssh2
8786
run: |
@@ -111,7 +110,7 @@ jobs:
111110
- name: Upload build asserts
112111
uses: actions/upload-artifact@v4
113112
with:
114-
name: quardCRT_windows_msvc2019
113+
name: quardCRT_windows_msvc2022
115114
path: |
116115
./output/*.exe
117116

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Windows ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/windows.yml?branch=main&logo=data:image/svg+xml;base64,PHN2ZyByb2xlPSJpbWciIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+V2luZG93czwvdGl0bGU+PHBhdGggZD0iTTAsMEgxMS4zNzdWMTEuMzcySDBaTTEyLjYyMywwSDI0VjExLjM3MkgxMi42MjNaTTAsMTIuNjIzSDExLjM3N1YyNEgwWm0xMi42MjMsMEgyNFYyNEgxMi42MjMiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=)](https://github.com/QQxiaoming/quardCRT/actions/workflows/windows.yml)
22
[![Linux ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/linux.yml?branch=main&logo=linux&logoColor=white)](https://github.com/QQxiaoming/quardCRT/actions/workflows/linux.yml)
3-
[![Macos ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/macos.yml?branch=main&logo=apple)](https://github.com/QQxiaoming/quardCRT/actions/workflows/macos.yml)
3+
[![Macos ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/macos_arm64.yml?branch=main&logo=apple)](https://github.com/QQxiaoming/quardCRT/actions/workflows/macos_arm64.yml)
44
[![CodeFactor](https://img.shields.io/codefactor/grade/github/qqxiaoming/quardCRT.svg?logo=codefactor)](https://www.codefactor.io/repository/github/qqxiaoming/quardCRT)
55
[![Documentation Status](https://img.shields.io/readthedocs/quardcrt.svg?logo=readthedocs)](https://quardcrt.readthedocs.io/en/latest/?badge=latest)
66
[![License](https://img.shields.io/github/license/qqxiaoming/quardCRT.svg?colorB=f48041&logo=gnu)](https://github.com/QQxiaoming/quardCRT)
@@ -15,6 +15,12 @@
1515
<a href="https://apps.microsoft.com/detail/quardCRT/9p6102k9qb3t?mode=direct">
1616
<img src="https://get.microsoft.com/images/en-us%20dark.svg" width="200"/>
1717
</a>
18+
<a href="https://spk-resolv.spark-app.store/?spk=spk://store/development/quardcrt">
19+
<div style="text-align: right display: flex; align-items: center;">
20+
<img src="https://www.spark-app.store/assets/favicon-96x96-BB0Q9LsV.png" height="50"/>
21+
<span>Get from Spark Store</span>
22+
</div>
23+
</a>
1824
</div>
1925

2026
# quardCRT
@@ -149,7 +155,7 @@ If you have suggestions or ideas for this project, please submit issues and pull
149155

150156
If you want to improve/fix the known issues, you can check [TODO](./TODO.md).
151157

152-
The current project is recommended to use version Qt6.5.0 and above.
158+
The current project is recommended to use version Qt6.6.0 and above.
153159

154160
## Donate
155161

README_ja_JP.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Windows ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/windows.yml?branch=main&logo=data:image/svg+xml;base64,PHN2ZyByb2xlPSJpbWciIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+V2luZG93czwvdGl0bGU+PHBhdGggZD0iTTAsMEgxMS4zNzdWMTEuMzcySDBaTTEyLjYyMywwSDI0VjExLjM3MkgxMi42MjNaTTAsMTIuNjIzSDExLjM3N1YyNEgwWm0xMi42MjMsMEgyNFYyNEgxMi42MjMiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=)](https://github.com/QQxiaoming/quardCRT/actions/workflows/windows.yml)
22
[![Linux ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/linux.yml?branch=main&logo=linux&logoColor=white)](https://github.com/QQxiaoming/quardCRT/actions/workflows/linux.yml)
3-
[![Macos ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/macos.yml?branch=main&logo=apple)](https://github.com/QQxiaoming/quardCRT/actions/workflows/macos.yml)
3+
[![Macos ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/macos_arm64.yml?branch=main&logo=apple)](https://github.com/QQxiaoming/quardCRT/actions/workflows/macos_arm64.yml)
44
[![CodeFactor](https://img.shields.io/codefactor/grade/github/qqxiaoming/quardCRT.svg?logo=codefactor)](https://www.codefactor.io/repository/github/qqxiaoming/quardCRT)
55
[![Documentation Status](https://img.shields.io/readthedocs/quardcrt.svg?logo=readthedocs)](https://quardcrt.readthedocs.io/en/latest/?badge=latest)
66
[![License](https://img.shields.io/github/license/qqxiaoming/quardCRT.svg?colorB=f48041&logo=gnu)](https://github.com/QQxiaoming/quardCRT)
@@ -15,6 +15,12 @@
1515
<a href="https://apps.microsoft.com/detail/quardCRT/9p6102k9qb3t?mode=direct">
1616
<img src="https://get.microsoft.com/images/ja%20dark.svg" width="200"/>
1717
</a>
18+
<a href="https://spk-resolv.spark-app.store/?spk=spk://store/development/quardcrt">
19+
<div style="text-align: right display: flex; align-items: center;">
20+
<img src="https://www.spark-app.store/assets/favicon-96x96-BB0Q9LsV.png" height="50"/>
21+
<span>Spark Store から取得</span>
22+
</div>
23+
</a>
1824
</div>
1925

2026
# quardCRT
@@ -149,7 +155,7 @@ quardCRT はバージョン V0.4.0 からプラグインをサポートします
149155

150156
既知の問題を改善/修正する場合は、[TODO](./TODO.md) を確認できます。
151157

152-
現在のプロジェクトは、バージョン Qt6.5.0 以上を使用することをお勧めします。
158+
現在のプロジェクトは、バージョン Qt6.6.0 以上を使用することをお勧めします。
153159

154160
## 寄付
155161

README_zh_CN.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Windows ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/windows.yml?branch=main&logo=data:image/svg+xml;base64,PHN2ZyByb2xlPSJpbWciIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+V2luZG93czwvdGl0bGU+PHBhdGggZD0iTTAsMEgxMS4zNzdWMTEuMzcySDBaTTEyLjYyMywwSDI0VjExLjM3MkgxMi42MjNaTTAsMTIuNjIzSDExLjM3N1YyNEgwWm0xMi42MjMsMEgyNFYyNEgxMi42MjMiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=)](https://github.com/QQxiaoming/quardCRT/actions/workflows/windows.yml)
22
[![Linux ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/linux.yml?branch=main&logo=linux&logoColor=white)](https://github.com/QQxiaoming/quardCRT/actions/workflows/linux.yml)
3-
[![Macos ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/macos.yml?branch=main&logo=apple)](https://github.com/QQxiaoming/quardCRT/actions/workflows/macos.yml)
3+
[![Macos ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/macos_arm64.yml?branch=main&logo=apple)](https://github.com/QQxiaoming/quardCRT/actions/workflows/macos_arm64.yml)
44
[![CodeFactor](https://img.shields.io/codefactor/grade/github/qqxiaoming/quardCRT.svg?logo=codefactor)](https://www.codefactor.io/repository/github/qqxiaoming/quardCRT)
55
[![Documentation Status](https://img.shields.io/readthedocs/quardcrt.svg?logo=readthedocs)](https://quardcrt.readthedocs.io/en/latest/?badge=latest)
66
[![License](https://img.shields.io/github/license/qqxiaoming/quardCRT.svg?colorB=f48041&logo=gnu)](https://github.com/QQxiaoming/quardCRT)
@@ -15,6 +15,12 @@
1515
<a href="https://apps.microsoft.com/detail/quardCRT/9p6102k9qb3t?mode=direct">
1616
<img src="https://get.microsoft.com/images/zh-cn%20dark.svg" width="200"/>
1717
</a>
18+
<a href="https://spk-resolv.spark-app.store/?spk=spk://store/development/quardcrt">
19+
<div style="text-align: right display: flex; align-items: center;">
20+
<img src="https://www.spark-app.store/assets/favicon-96x96-BB0Q9LsV.png" height="50"/>
21+
<span>从Spark Store获取</span>
22+
</div>
23+
</a>
1824
</div>
1925

2026
# quardCRT
@@ -149,7 +155,7 @@ quardCRT将从V0.4.0版本开始支持插件,插件将以Qt Plug-in插件的
149155

150156
如果您希望改进/修复目前已知的问题,您可以查看[TODO](./TODO.md)
151157

152-
目前项目建议使用版本Qt6.5.0及更高版本。
158+
目前项目建议使用版本Qt6.6.0及更高版本。
153159

154160
## 捐赠
155161

README_zh_HK.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Windows ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/windows.yml?branch=main&logo=data:image/svg+xml;base64,PHN2ZyByb2xlPSJpbWciIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+V2luZG93czwvdGl0bGU+PHBhdGggZD0iTTAsMEgxMS4zNzdWMTEuMzcySDBaTTEyLjYyMywwSDI0VjExLjM3MkgxMi42MjNaTTAsMTIuNjIzSDExLjM3N1YyNEgwWm0xMi42MjMsMEgyNFYyNEgxMi42MjMiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=)](https://github.com/QQxiaoming/quardCRT/actions/workflows/windows.yml)
22
[![Linux ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/linux.yml?branch=main&logo=linux&logoColor=white)](https://github.com/QQxiaoming/quardCRT/actions/workflows/linux.yml)
3-
[![Macos ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/macos.yml?branch=main&logo=apple)](https://github.com/QQxiaoming/quardCRT/actions/workflows/macos.yml)
3+
[![Macos ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/macos_arm64.yml?branch=main&logo=apple)](https://github.com/QQxiaoming/quardCRT/actions/workflows/macos_arm64.yml)
44
[![CodeFactor](https://img.shields.io/codefactor/grade/github/qqxiaoming/quardCRT.svg?logo=codefactor)](https://www.codefactor.io/repository/github/qqxiaoming/quardCRT)
55
[![Documentation Status](https://img.shields.io/readthedocs/quardcrt.svg?logo=readthedocs)](https://quardcrt.readthedocs.io/en/latest/?badge=latest)
66
[![License](https://img.shields.io/github/license/qqxiaoming/quardCRT.svg?colorB=f48041&logo=gnu)](https://github.com/QQxiaoming/quardCRT)
@@ -15,6 +15,12 @@
1515
<a href="https://apps.microsoft.com/detail/quardCRT/9p6102k9qb3t?mode=direct">
1616
<img src="https://get.microsoft.com/images/zh-tw%20dark.svg" width="200"/>
1717
</a>
18+
<a href="https://spk-resolv.spark-app.store/?spk=spk://store/development/quardcrt">
19+
<div style="text-align: right display: flex; align-items: center;">
20+
<img src="https://www.spark-app.store/assets/favicon-96x96-BB0Q9LsV.png" height="50"/>
21+
<span>從Spark Store獲取</span>
22+
</div>
23+
</a>
1824
</div>
1925

2026
# quardCRT
@@ -149,7 +155,7 @@ quardCRT將從V0.4.0版本開始支持Plugin,以Qt Plug-in的形式提供,
149155

150156
如果您希望改進/修復目前已知的問題,您可以查看[TODO](./TODO.md)
151157

152-
目前項目建議使用版本Qt6.5.0及更高版本。
158+
目前項目建議使用版本Qt6.6.0及更高版本。
153159

154160
## 捐赠
155161

depend/build_fcitx_qt6_linux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ set -e
33

44
# ubuntu20.04 need install
55
# sudo apt install fcitx-libs-dev qtbase5-private-dev libxkbcommon-dev extra-cmake-modules
6-
# export PATH="~/Qt/6.5.3/gcc_64/bin":$PATH
6+
# export PATH="~/Qt/6.8.1/gcc_64/bin":$PATH
77
# export PATH="~/Qt/Tools/CMake/bin":$PATH
8-
# export Qt6GuiTools_DIR=/home/qqm/Qt/6.5.3/gcc_64
8+
# export Qt6GuiTools_DIR=/home/qqm/Qt/6.8.1/gcc_64
99
SHELL_FOLDER=$(cd "$(dirname "$0")";pwd)
1010
tar -xzvf fcitx-qt5-1.2.7.tar.gz
1111
cd $SHELL_FOLDER/fcitx-qt5-1.2.7

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ If you have suggestions or ideas for this project, please submit issues and pull
66

77
If you want to improve/fix the known issues, you can check [TODO](https://github.com/QQxiaoming/quardCRT/blob/main/TODO.md).
88

9-
The current project is recommended to use version Qt6.5.0 and above.
9+
The current project is recommended to use version Qt6.6.0 and above.

docs/img/ar_SA.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/img/cs_CZ.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)