From d0bd4a43df53e6f310d82f3dcf2a0fbbbce9b368 Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Fri, 19 Oct 2018 11:32:50 +0200 Subject: [PATCH] Add windowsprintersupport.dll to deployment --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f4f6c1e..148bc36 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -111,6 +111,8 @@ if( MINGW ) install(FILES ${MINGW_PATH}/../share/qt5/plugins/platforms/qwindows.dll ${MINGW_PATH}/../share/qt5/plugins/platforms/qminimal.dll DESTINATION bin/platforms) + install(FILES ${MINGW_PATH}/../share/qt5/plugins/printsupport/windowsprintersupport.dll + DESTINATION bin/printsupport) install(FILES ${MINGW_PATH}/../share/qt5/translations/qtbase_de.qm ${MINGW_PATH}/../share/qt5/translations/qt_de.qm ${MINGW_PATH}/../share/qt5/translations/qt_help_de.qm