diff --git a/CMakeLists.txt b/CMakeLists.txt index c9b167c..ec39d73 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,8 +81,11 @@ if( MINGW ) ${MINGW_PATH}/libbz2-1.dll ${MINGW_PATH}/libintl-8.dll ${MINGW_PATH}/libpcre-1.dll - ${MINGW_PATH}/libiconv-2.dll - ) + ${MINGW_PATH}/libiconv-2.dll) + install(FILES ${MINGW_PATH}/../share/qt5/plugins/platforms/qwindows.dll + DESTINATION bin/platforms) + install(FILES ${MINGW_PATH}/../share/qt5/translations/qtbase_de.qm + DESTINATION bin/translations) endif( MINGW ) include(InstallRequiredSystemLibraries)