From c06eed9782cf9f949ce192ec05c7a6e77ec28a31 Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Tue, 7 Aug 2018 14:35:27 +0200 Subject: [PATCH] more on installer --- CMakeLists.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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)