mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-19 06:47:44 +00:00
Revert "Fix deployment not working despite 6.7"
This reverts commit 4c4a6f90db5b0731ebf62a995023afd0451c628a.
This commit is contained in:
parent
4458ee8ad6
commit
13eaab130c
2 changed files with 1 additions and 2 deletions
1
.github/workflows/cmake-multi-platform.yml
vendored
1
.github/workflows/cmake-multi-platform.yml
vendored
|
@ -265,7 +265,6 @@ jobs:
|
||||||
- name: Save Prefix
|
- name: Save Prefix
|
||||||
id: cache-prefix-save
|
id: cache-prefix-save
|
||||||
uses: actions/cache/save@v4
|
uses: actions/cache/save@v4
|
||||||
if: steps.cache-prefix-restore.outputs.cache-hit != 'true'
|
|
||||||
with:
|
with:
|
||||||
path: ${{ steps.strings.outputs.prefix-dir }}
|
path: ${{ steps.strings.outputs.prefix-dir }}
|
||||||
key: ${{ steps.cache-prefix-restore.outputs.cache-primary-key }}
|
key: ${{ steps.cache-prefix-restore.outputs.cache-primary-key }}
|
||||||
|
|
|
@ -26,7 +26,7 @@ else()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Qt 6.7 brings DEPLOY_TOOL_OPTIONS
|
# Qt 6.7 brings DEPLOY_TOOL_OPTIONS
|
||||||
if(Qt6_VERSION_MINOR LESS 7)
|
if(QT_VERSION_MINOR LESS 7)
|
||||||
set(deploy_tool_options_arg "")
|
set(deploy_tool_options_arg "")
|
||||||
if (WIN32)
|
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)
|
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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue