Skip to content

Commit 0b577f8

Browse files
committed
Update qt 6.9.2 to 6.9.3
1 parent 6aa8f54 commit 0b577f8

File tree

8 files changed

+24
-24
lines changed

8 files changed

+24
-24
lines changed

.github/workflows/android.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
- qt_arch: android_arm64_v8a
1919
VCPKG_TARGET_TRIPLET: arm64-android
2020
ANDROID_ABI: arm64-v8a
21-
qt_version: 6.9.2
21+
qt_version: 6.9.3
2222
BUILD_TYPE: Release
2323

2424
- qt_arch: android_x86_64
2525
VCPKG_TARGET_TRIPLET: x64-android
2626
ANDROID_ABI: x86_64
27-
qt_version: 6.9.2
27+
qt_version: 6.9.3
2828
BUILD_TYPE: Release
2929

3030
# See: [About GitHub-hosted runners](https://docs.github.com/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners)
@@ -48,7 +48,7 @@ jobs:
4848
ANDROID_PLATFORM: android-34
4949
ANDROID_NATIVE_API_LEVEL: 34
5050
ANDROID_ABI: ${{matrix.ANDROID_ABI}}
51-
qt_modules: 'qtimageformats qtmultimedia qtscxml qtserialport qt5compat qtwebsockets qtpositioning qtwebchannel'
51+
qt_modules: 'qtimageformats qtmultimedia qtscxml qtserialport qt5compat qtwebsockets qtpositioning qtwebchannel qtwebengine'
5252

5353
# Map the job outputs to step outputs
5454
outputs:
@@ -97,7 +97,7 @@ jobs:
9797
9898
- name: Install Qt of linux_gcc_64
9999
uses: jurplel/install-qt-action@v4
100-
if: ${{ matrix.qt_version == '6.9.2' }}
100+
if: ${{ matrix.qt_version == '6.9.3' }}
101101
with:
102102
dir: '${{env.TOOLS_DIR}}/qt' # optional
103103
version: '${{matrix.qt_version}}'

.github/workflows/appimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
BUILD_TYPE: [Release]
20-
qt_version: [6.9.2]
20+
qt_version: [6.9.3]
2121
os: [ubuntu-24.04, ubuntu-24.04-arm]
2222

2323
# See: [About GitHub-hosted runners](https://docs.github.com/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners)

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,9 @@ jobs:
212212
echo "" >> ${{github.workspace}}/Release.md
213213
echo "| | x86-64 (64-bit) | x86-32 (32-bit) | AArch64 (ARM64) | ARMv7 (32-bit) |Remark|" >> ${{github.workspace}}/Release.md
214214
echo "|:- | :-------------- | :-------------- | :-------------- | :------------- |:-----|" >> ${{github.workspace}}/Release.md
215-
#echo "|Windows 7 SP1 or later|[EXE](https://github.com/KangLin/RabbitRemoteControl/releases/download/${BRANCH_NAME}/RabbitRemoteControl_v${{env.RabbitRemoteControl_VERSION}}_win64_msvc2022_64_qt6.9.2_Setup.exe) [Portable](https://github.com/KangLin/RabbitRemoteControl/releases/download/${BRANCH_NAME}/RabbitRemoteControl_v${{env.RabbitRemoteControl_VERSION}}_win64_msvc2022_64_qt6.9.2_Portable.zip)|[EXE](https://github.com/KangLin/RabbitRemoteControl/releases/download/${BRANCH_NAME}/RabbitRemoteControl_v${{env.RabbitRemoteControl_VERSION}}_win32_msvc2019_qt5.15.2_Setup.exe) [Portable](https://github.com/KangLin/RabbitRemoteControl/releases/download/${BRANCH_NAME}/RabbitRemoteControl_v${{env.RabbitRemoteControl_VERSION}}_win32_msvc2019_qt5.15.2_Portable.zip)|[EXE](https://github.com/KangLin/RabbitRemoteControl/releases/download/${BRANCH_NAME}/RabbitRemoteControl_v${{env.RabbitRemoteControl_VERSION}}_win64_msvc2022_arm64_qt6.9.2_Setup.exe) [Portable](https://github.com/KangLin/RabbitRemoteControl/releases/download/${BRANCH_NAME}/RabbitRemoteControl_v${{env.RabbitRemoteControl_VERSION}}_win64_msvc2022_arm64_qt6.9.2_Portable.zip) | |Unzip the portable zip file and execute \`bin/RabbitRemoteControl.exe\` to run the program. If this is the first run, execute \`npcap-1.80.exe\` to install npcap driver. the wake on lan depends on it.|" >> ${{github.workspace}}/Release.md
216-
echo "|Windows 7 SP1 or later|[EXE](https://github.com/KangLin/RabbitRemoteControl/releases/download/${BRANCH_NAME}/RabbitRemoteControl_v${{env.RabbitRemoteControl_VERSION}}_win64_msvc2022_64_qt6.9.2_Setup.exe)|[EXE](https://github.com/KangLin/RabbitRemoteControl/releases/download/${BRANCH_NAME}/RabbitRemoteControl_v${{env.RabbitRemoteControl_VERSION}}_win32_msvc2019_qt5.15.2_Setup.exe)|[EXE](https://github.com/KangLin/RabbitRemoteControl/releases/download/${BRANCH_NAME}/RabbitRemoteControl_v${{env.RabbitRemoteControl_VERSION}}_win64_msvc2022_arm64_qt6.9.2_Setup.exe)| |Include portable functionality. You can run the program directly without installing it.|" >> ${{github.workspace}}/Release.md
217-
echo "|Android|[APK](https://github.com/KangLin/RabbitRemoteControl/releases/download/${BRANCH_NAME}/RabbitRemoteControl_v${{env.RabbitRemoteControl_VERSION}}_android_x86_64_qt6.9.2_Release.apk) | |[APK](https://github.com/KangLin/RabbitRemoteControl/releases/download/${BRANCH_NAME}/RabbitRemoteControl_v${{env.RabbitRemoteControl_VERSION}}_android_arm64_v8a_qt6.9.2_Release.apk)| |Experiment|" >> ${{github.workspace}}/Release.md
215+
#echo "|Windows 7 SP1 or later|[EXE](https://github.com/KangLin/RabbitRemoteControl/releases/download/${BRANCH_NAME}/RabbitRemoteControl_v${{env.RabbitRemoteControl_VERSION}}_win64_msvc2022_64_qt6.9.3_Setup.exe) [Portable](https://github.com/KangLin/RabbitRemoteControl/releases/download/${BRANCH_NAME}/RabbitRemoteControl_v${{env.RabbitRemoteControl_VERSION}}_win64_msvc2022_64_qt6.9.3_Portable.zip)|[EXE](https://github.com/KangLin/RabbitRemoteControl/releases/download/${BRANCH_NAME}/RabbitRemoteControl_v${{env.RabbitRemoteControl_VERSION}}_win32_msvc2019_qt5.15.2_Setup.exe) [Portable](https://github.com/KangLin/RabbitRemoteControl/releases/download/${BRANCH_NAME}/RabbitRemoteControl_v${{env.RabbitRemoteControl_VERSION}}_win32_msvc2019_qt5.15.2_Portable.zip)|[EXE](https://github.com/KangLin/RabbitRemoteControl/releases/download/${BRANCH_NAME}/RabbitRemoteControl_v${{env.RabbitRemoteControl_VERSION}}_win64_msvc2022_arm64_qt6.9.3_Setup.exe) [Portable](https://github.com/KangLin/RabbitRemoteControl/releases/download/${BRANCH_NAME}/RabbitRemoteControl_v${{env.RabbitRemoteControl_VERSION}}_win64_msvc2022_arm64_qt6.9.3_Portable.zip) | |Unzip the portable zip file and execute \`bin/RabbitRemoteControl.exe\` to run the program. If this is the first run, execute \`npcap-1.80.exe\` to install npcap driver. the wake on lan depends on it.|" >> ${{github.workspace}}/Release.md
216+
echo "|Windows 7 SP1 or later|[EXE](https://github.com/KangLin/RabbitRemoteControl/releases/download/${BRANCH_NAME}/RabbitRemoteControl_v${{env.RabbitRemoteControl_VERSION}}_win64_msvc2022_64_qt6.9.3_Setup.exe)|[EXE](https://github.com/KangLin/RabbitRemoteControl/releases/download/${BRANCH_NAME}/RabbitRemoteControl_v${{env.RabbitRemoteControl_VERSION}}_win32_msvc2019_qt5.15.2_Setup.exe)|[EXE](https://github.com/KangLin/RabbitRemoteControl/releases/download/${BRANCH_NAME}/RabbitRemoteControl_v${{env.RabbitRemoteControl_VERSION}}_win64_msvc2022_arm64_qt6.9.3_Setup.exe)| |Include portable functionality. You can run the program directly without installing it.|" >> ${{github.workspace}}/Release.md
217+
echo "|Android|[APK](https://github.com/KangLin/RabbitRemoteControl/releases/download/${BRANCH_NAME}/RabbitRemoteControl_v${{env.RabbitRemoteControl_VERSION}}_android_x86_64_qt6.9.3_Release.apk) | |[APK](https://github.com/KangLin/RabbitRemoteControl/releases/download/${BRANCH_NAME}/RabbitRemoteControl_v${{env.RabbitRemoteControl_VERSION}}_android_arm64_v8a_qt6.9.3_Release.apk)| |Experiment|" >> ${{github.workspace}}/Release.md
218218
echo "|Macos|[App zip](https://github.com/KangLin/RabbitRemoteControl/releases/download/${BRANCH_NAME}/RabbitRemoteControl_v${{env.RabbitRemoteControl_VERSION}}_macos-15-intel.zip) [dmg](https://github.com/KangLin/RabbitRemoteControl/releases/download/${BRANCH_NAME}/RabbitRemoteControl_v${{env.RabbitRemoteControl_VERSION}}_macos-15-intel.dmg)||[App zip](https://github.com/KangLin/RabbitRemoteControl/releases/download/${BRANCH_NAME}/RabbitRemoteControl_v${{env.RabbitRemoteControl_VERSION}}_macos-14.zip) [dmg](https://github.com/KangLin/RabbitRemoteControl/releases/download/${BRANCH_NAME}/RabbitRemoteControl_v${{env.RabbitRemoteControl_VERSION}}_macos-14.dmg)||Experiment|" >> ${{github.workspace}}/Release.md
219219
#echo "|Linux|[AppImage](https://github.com/KangLin/RabbitRemoteControl/releases/download/${BRANCH_NAME}/RabbitRemoteControl_${{env.RabbitRemoteControl_VERSION}}_Linux_x86_64.AppImage) [Setup zip file](https://github.com/KangLin/RabbitRemoteControl/releases/download/${BRANCH_NAME}/RabbitRemoteControl_${{env.RabbitRemoteControl_VERSION}}_Linux_x86_64_Setup.zip)| |[AppImage](https://github.com/KangLin/RabbitRemoteControl/releases/download/${BRANCH_NAME}/RabbitRemoteControl_${{env.RabbitRemoteControl_VERSION}}_Linux_aarch64.AppImage) [Setup zip file](https://github.com/KangLin/RabbitRemoteControl/releases/download/${BRANCH_NAME}/RabbitRemoteControl_${{env.RabbitRemoteControl_VERSION}}_Linux_aarch64_Setup.zip)| |sudo chmod u+x RabbitRemoteControl_${{env.RabbitRemoteControl_VERSION}}_Linux_x86_64.AppImage|" >> ${{github.workspace}}/Release.md
220220
echo "|Linux|[zip file of install AppImage](https://github.com/KangLin/RabbitRemoteControl/releases/download/${BRANCH_NAME}/RabbitRemoteControl_${{env.RabbitRemoteControl_VERSION}}_Linux_x86_64_Setup.zip)| |[zip file of install AppImage](https://github.com/KangLin/RabbitRemoteControl/releases/download/${BRANCH_NAME}/RabbitRemoteControl_${{env.RabbitRemoteControl_VERSION}}_Linux_aarch64_Setup.zip)| |Unzip the zip file, then execute \`install.sh\` to install shortcuts for application, links, and directories in graphical user interfaces (GUIs), or execute \`./RabbitRemoteControl_${{env.RabbitRemoteControl_VERSION}}_Linux_x86_64.AppImage\` to run program in the terminal.|" >> ${{github.workspace}}/Release.md

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
BUILD_TYPE: [Release]
20-
qt_version: [6.9.2]
20+
qt_version: [6.9.3]
2121
os: [ubuntu-24.04, ubuntu-24.04-arm] #, ubuntu-22.04, ubuntu-22.04-arm]
2222
PACKAGE: [deb, appimage]
2323
exclude:

.github/workflows/macos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ jobs:
1919
include:
2020
- VCPKG_TARGET_TRIPLET: x64-osx
2121
os: macos-15-intel
22-
qt_version: 6.9.2
22+
qt_version: 6.9.3
2323
qt_arch: clang_64
2424
WITH_MACOSX_BUNDLE: false
2525

2626
- VCPKG_TARGET_TRIPLET: arm64-osx
2727
os: macos-14
28-
qt_version: 6.9.2
28+
qt_version: 6.9.3
2929
qt_arch: clang_64
3030
WITH_MACOSX_BUNDLE: true
3131

3232
- VCPKG_TARGET_TRIPLET: arm64-osx
3333
os: macos-14
34-
qt_version: 6.9.2
34+
qt_version: 6.9.3
3535
qt_arch: clang_64
3636
WITH_MACOSX_BUNDLE: false
3737

.github/workflows/msvc.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- CMAKE_GENERATOR_PLATFORM: x64
1919
VCPKG_TARGET_TRIPLET: x64-windows
2020
VCPKG_PLATFORM_TOOLSET: v143
21-
qt_version: 6.9.2
21+
qt_version: 6.9.3
2222
qt_arch: win64_msvc2022_64
2323
qt_modules: qtscxml qtmultimedia qtimageformats qtserialport qt5compat qtwebsockets qtpositioning qtwebchannel qtwebengine
2424
BUILD_TYPE: Release
@@ -27,9 +27,9 @@ jobs:
2727
- CMAKE_GENERATOR_PLATFORM: arm64
2828
VCPKG_TARGET_TRIPLET: arm64-windows
2929
VCPKG_PLATFORM_TOOLSET: v143
30-
qt_version: 6.9.2
30+
qt_version: 6.9.3
3131
qt_arch: win64_msvc2022_arm64
32-
qt_modules: qt5compat qtimageformats qtmultimedia qtpositioning qtscxml qtserialport qtwebchannel qtwebsockets
32+
qt_modules: qt5compat qtimageformats qtmultimedia qtpositioning qtscxml qtserialport qtwebchannel qtwebsockets qtwebengine
3333
BUILD_TYPE: Release
3434
os: windows-11-arm
3535

@@ -337,7 +337,7 @@ jobs:
337337
338338
- name: qtkeychain6
339339
working-directory: ${{env.SOURCE_DIR}}
340-
if: ${{ matrix.qt_version == '6.9.2' }}
340+
if: ${{ matrix.qt_version == '6.9.3' }}
341341
run: |
342342
IF NOT EXIST ${{env.INSTALL_DIR}}/lib/cmake/Qt6Keychain (
343343
git clone -b 0.15.0 "https://github.com/frankosterfeld/qtkeychain.git"
@@ -381,7 +381,7 @@ jobs:
381381
run: git clone https://github.com/KangLin/RabbitCommon.git
382382

383383
- name: Build RabbitRemoteControl with cmake preset
384-
if: false #${{ matrix.BUILD_TYPE == 'Release' && matrix.qt_version == '6.9.2' && startsWith(github.ref, 'refs/heads/master')}}
384+
if: false #${{ matrix.BUILD_TYPE == 'Release' && matrix.qt_version == '6.9.3' && startsWith(github.ref, 'refs/heads/master')}}
385385
working-directory: ${{github.workspace}}
386386
env:
387387
RabbitCommon_ROOT: ${{env.SOURCE_DIR}}/RabbitCommon
@@ -424,13 +424,13 @@ jobs:
424424
cmake --build . --config ${{matrix.BUILD_TYPE}}
425425
IF "${{matrix.BUILD_TYPE}}" == "Release" (
426426
echo "cmake install config: ${{matrix.BUILD_TYPE}} component: DependLibraries"
427-
cmake --install . --config ${{matrix.BUILD_TYPE}} --component DependLibraries --strip
427+
cmake --install . --config ${{matrix.BUILD_TYPE}} --component DependLibraries
428428
echo "cmake install config: ${{matrix.BUILD_TYPE}} component: Runtime"
429-
cmake --install . --config ${{matrix.BUILD_TYPE}} --component Runtime --strip
429+
cmake --install . --config ${{matrix.BUILD_TYPE}} --component Runtime
430430
echo "cmake install config: ${{matrix.BUILD_TYPE}} component: Plugin"
431-
cmake --install . --config ${{matrix.BUILD_TYPE}} --component Plugin --strip
431+
cmake --install . --config ${{matrix.BUILD_TYPE}} --component Plugi
432432
echo "cmake install config: ${{matrix.BUILD_TYPE}} component: Application"
433-
cmake --install . --config ${{matrix.BUILD_TYPE}} --component Application --strip
433+
cmake --install . --config ${{matrix.BUILD_TYPE}} --component Application
434434
) else (
435435
echo "cmake install config: ${{matrix.BUILD_TYPE}} component: Runtime Application Plugin"
436436
cmake --install . --config ${{matrix.BUILD_TYPE}} --component Runtime
@@ -478,7 +478,7 @@ jobs:
478478
#${{env.BUILD_DIR}}\RabbitRemoteControl_${{env.RabbitRemoteControl_VERSION}}_${{matrix.qt_arch}}_qt${{matrix.qt_version}}_Portable.zip
479479
480480
- name: Update artifact update_windows.xml
481-
if: ${{ matrix.BUILD_TYPE == 'Release' && matrix.qt_version == '6.9.2' }}
481+
if: ${{ matrix.BUILD_TYPE == 'Release' && matrix.qt_version == '6.9.3' }}
482482
uses: actions/upload-artifact@v4
483483
with:
484484
name: ${{ env.artifact_name }}_${{matrix.qt_version}}_${{matrix.qt_arch}}_xml

Script/build_depend.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ BASE_LIBS=0
1616
DEFAULT_LIBS=0
1717
QT=0
1818
if [ -z "$QT_VERSION" ]; then
19-
QT_VERSION=6.9.2
19+
QT_VERSION=6.9.3
2020
fi
2121
FREERDP=0
2222
TIGERVNC=0

Script/build_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RPM=0
99
APPIMAGE=0
1010
MACOS=0
1111
if [ -z "$QT_VERSION" ]; then
12-
QT_VERSION=6.9.2
12+
QT_VERSION=6.9.3
1313
fi
1414
if [ -z "$BUILD_VERBOSE" ]; then
1515
BUILD_VERBOSE=OFF

0 commit comments

Comments
 (0)