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
2025-05-02 08:20:02 -05:00
parent cc06c62164
commit ef8426dfe8
5 changed files with 70 additions and 52 deletions

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 ::
::---------------------------------------------------------::