mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-19 06:47:44 +00:00
Disable Qt translations
This commit is contained in:
parent
79f5f9fc35
commit
6a5515f77b
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ endif()
|
|||
|
||||
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/")
|
||||
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)
|
||||
endif()
|
||||
|
||||
# We only need to call windeployqt on one executable
|
||||
|
|
Loading…
Add table
Reference in a new issue