From da89a0d2c7fed94102e0c7ceaf4016c89087342c Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Tue, 1 Oct 2024 14:00:36 +0200 Subject: [PATCH] Fix translations and style for Windows --- CMakeLists.txt | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4aa6efe..a1b7b31 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -98,9 +98,9 @@ if( MINGW ) ${MINGW_PATH}/libwinpthread-1.dll ${MINGW_PATH}/libsqlite3-0.dll ${MINGW_PATH}/libusb-1.0.dll - ${MINGW_PATH}/libicuuc73.dll - ${MINGW_PATH}/libicuin73.dll - ${MINGW_PATH}/libicudt73.dll + ${MINGW_PATH}/libicuuc75.dll + ${MINGW_PATH}/libicuin75.dll + ${MINGW_PATH}/libicudt75.dll ${MINGW_PATH}/libpcre2-16-0.dll ${MINGW_PATH}/libpcre2-8-0.dll ${MINGW_PATH}/zlib1.dll @@ -129,10 +129,9 @@ if( MINGW ) ${MINGW_PATH}/../share/qt6/translations/qt_de.qm ${MINGW_PATH}/../share/qt6/translations/qt_help_de.qm ${MINGW_PATH}/../share/qt6/translations/qtmultimedia_de.qm - #${MINGW_PATH}/../share/qt6/translations/qtquickcontrols_de.qm - #${MINGW_PATH}/../share/qt6/translations/qtscript_de.qm - #${MINGW_PATH}/../share/qt6/translations/qtxmlpatterns_de.qm - DESTINATION bin/translations) + DESTINATION bin/share/qt6/translations) + install(FILES ${MINGW_PATH}/../share/qt6/plugins/styles/qmodernwindowsstyle.dll + DESTINATION bin/styles) endif( MINGW ) include(InstallRequiredSystemLibraries)