1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-05-19 06:47:44 +00:00

Fix deployment not working despite 6.7

This commit is contained in:
Joshua Goins 2024-04-24 23:43:02 -04:00
parent a17879168d
commit 5f83f51477
2 changed files with 2 additions and 1 deletions

View file

@ -265,6 +265,7 @@ jobs:
- name: Save Prefix
id: cache-prefix-save
uses: actions/cache/save@v4
if: steps.cache-prefix-restore.outputs.cache-hit != 'true'
with:
path: ${{ steps.strings.outputs.prefix-dir }}
key: ${{ steps.cache-prefix-restore.outputs.cache-primary-key }}

View file

@ -26,7 +26,7 @@ else()
endif()
# Qt 6.7 brings DEPLOY_TOOL_OPTIONS
if(QT_VERSION_MINOR LESS 7)
if(Qt6_VERSION_MINOR LESS 7)
set(deploy_tool_options_arg "")
if (WIN32)
set(deploy_tool_options_arg --no-quick-import --no-virtualkeyboard --no-opengl-sw --plugindir "${CMAKE_INSTALL_PREFIX}/bin/bin/plugins" --libdir "${CMAKE_INSTALL_PREFIX}/bin/bin/" --no-translations)