From 649c26db4b5d242fbbfbdb4e39bb6fc90741f6ac Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Wed, 26 Apr 2023 08:48:13 +0200 Subject: [PATCH] Updated for Windows installation --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 78c4e0d..b2e3177 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -95,9 +95,9 @@ if( MINGW ) ${MINGW_PATH}/libwinpthread-1.dll ${MINGW_PATH}/libsqlite3-0.dll ${MINGW_PATH}/libusb-1.0.dll - ${MINGW_PATH}/libicuuc71.dll - ${MINGW_PATH}/libicuin71.dll - ${MINGW_PATH}/libicudt71.dll + ${MINGW_PATH}/libicuuc72.dll + ${MINGW_PATH}/libicuin72.dll + ${MINGW_PATH}/libicudt72.dll ${MINGW_PATH}/libpcre2-16-0.dll ${MINGW_PATH}/libpcre2-8-0.dll ${MINGW_PATH}/zlib1.dll @@ -122,7 +122,7 @@ if( MINGW ) DESTINATION bin/platforms) #install(FILES ${MINGW_PATH}/../share/qt6/plugins/printsupport/windowsprintersupport.dll # DESTINATION bin/printsupport) - install(FILES ${MINGW_PATH}/../share/qt5/translations/qtbase_de.qm + install(FILES ${MINGW_PATH}/../share/qt6/translations/qtbase_de.qm ${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