From c13c6ade29fbbcd32c9b1746359cc2713833b293 Mon Sep 17 00:00:00 2001 From: Jonathan White Date: Tue, 27 Feb 2018 00:22:13 -0500 Subject: [PATCH] Fix regression in Qt packaging on Windows --- src/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f5deeb2ee..fd7527e03 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -380,7 +380,8 @@ if(MINGW) " COMPONENT Runtime) include(DeployQt4) - + install_qt4_executable(${PROGNAME}.exe) + # install Qt5 plugins set(PLUGINS_DIR ${Qt5_PREFIX}/share/qt5/plugins) install(FILES ${PLUGINS_DIR}/platforms/qwindows$<$:d>.dll DESTINATION "platforms")