mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-02-07 05:41:13 -05:00
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:
@@ -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 ::
|
||||
::---------------------------------------------------------::
|
||||
|
||||
Reference in New Issue
Block a user