From 4cf515950f03438b9c34868e5ea06fc575eb2584 Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Fri, 19 Oct 2018 11:26:05 +0200 Subject: [PATCH] Add qminimal.dll to deployment --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a6869b0..f4f6c1e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -109,6 +109,7 @@ if( MINGW ) ${MINGW_PATH}/libpcre-1.dll ${MINGW_PATH}/libiconv-2.dll) 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/translations/qtbase_de.qm ${MINGW_PATH}/../share/qt5/translations/qt_de.qm