1
Fork 0
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:
Joshua Goins 2024-04-24 22:47:48 -04:00
parent 79f5f9fc35
commit 6a5515f77b

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/") 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() endif()
# We only need to call windeployqt on one executable # We only need to call windeployqt on one executable