1
Fork 0
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:
Joshua Goins 2024-04-25 18:20:38 -04:00
parent 877c6c766e
commit a95b8f93b1

View file

@ -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