Update default builds to Qt6

* Update Debian packages to use Qt6
  * Update Fedora packages to use Qt6
  * Update default AppImage builds to use Qt6
  * Update default Windows builds to use Qt6
  * Update default MacOS builds to use Qt6
This commit is contained in:
Adam Honse committed 2026-07-07 01:35:33 -05:00
1 parent ee6343900b
commit 36b4f52cbc
5 files changed
+66 -48

No files matched your search

+9
View File
@@ -80,6 +80,15 @@ IF %ERRORLEVEL% NEQ 0 (
EXIT /B %ERRORLEVEL%
)
::---------------------------------------------------------::
:: Manually copy Qt6OpenGL.dll and Qt6Core5Compat.dll ::
:: (needed by Effects Plugin) ::
::---------------------------------------------------------::
@if "%QT_VER:~0,1%"=="6" (
copy "C:\Qt\%QT_VER%\msvc%MSVC_VER%%QT_PATH%\bin\Qt6Core5Compat.dll" .\release\
copy "C:\Qt\%QT_VER%\msvc%MSVC_VER%%QT_PATH%\bin\Qt6OpenGL.dll" .\release\
)
::---------------------------------------------------------::
:: Rename the release folder ::
::---------------------------------------------------------::