mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
CMake: Specify no translations for Qt deploy script on Windows
When building Ladybird with the Qt UI framework on Windows, we were getting the following warning in the CMake target post build step: "Could not find any translations in <binary_dir>\vcpkg_installed\ x64-windows\translations\Qt6 (developer build?)". We now tell the deploy script that we have no translations, which removes the warning.
This commit is contained in:
parent
782cf581e4
commit
2880d40dfb
Notes:
github-actions[bot]
2025-11-03 18:24:40 +00:00
Author: https://github.com/ayeteadoe
Commit: 2880d40dfb
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6659
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ if (WIN32)
|
|||
qt_deploy_runtime_dependencies(
|
||||
EXECUTABLE $<TARGET_FILE:ladybird>
|
||||
PLUGINS_DIR $<TARGET_FILE_DIR:ladybird>
|
||||
NO_TRANSLATIONS
|
||||
)
|
||||
")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue