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)