Skip to content

Commit 2880d40

Browse files
ayeteadoetrflynn89
authored andcommitted
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.
1 parent 782cf58 commit 2880d40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

UI/Qt/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ if (WIN32)
2727
qt_deploy_runtime_dependencies(
2828
EXECUTABLE $<TARGET_FILE:ladybird>
2929
PLUGINS_DIR $<TARGET_FILE_DIR:ladybird>
30+
NO_TRANSLATIONS
3031
)
3132
")
3233

0 commit comments

Comments
 (0)