mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-18 22:37:45 +00:00
Revert "Disable Qt translations"
This reverts commit 497349a3f838f2289fb451768eb6859f33b0f875.
This commit is contained in:
parent
877c6c766e
commit
a95b8f93b1
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ endif()
|
||||||
|
|
||||||
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/")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# We only need to call windeployqt on one executable
|
# We only need to call windeployqt on one executable
|
||||||
|
|
Loading…
Add table
Reference in a new issue