mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-18 22:37:45 +00:00
Revert "D'oh, the if is the wrong way"
This reverts commit 3bb54c5e00eb679bc170a9a289c0cfa8d7e3b757.
This commit is contained in:
parent
fcfbf43230
commit
4458ee8ad6
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,6 @@ endif()
|
||||||
|
|
||||||
# Qt 6.7 brings DEPLOY_TOOL_OPTIONS
|
# Qt 6.7 brings DEPLOY_TOOL_OPTIONS
|
||||||
if(Qt6_VERSION_MINOR LESS 7)
|
if(Qt6_VERSION_MINOR LESS 7)
|
||||||
message(INFO "App deployment requires Qt 6.7")
|
|
||||||
else()
|
|
||||||
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)
|
||||||
|
@ -42,4 +40,6 @@ else()
|
||||||
DEPLOY_TOOL_OPTIONS ${deploy_tool_options_arg}
|
DEPLOY_TOOL_OPTIONS ${deploy_tool_options_arg}
|
||||||
)
|
)
|
||||||
install(SCRIPT ${deploy_script})
|
install(SCRIPT ${deploy_script})
|
||||||
|
else()
|
||||||
|
message(INFO "App deployment requires Qt 6.7")
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Reference in a new issue