diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f5deeb2e..fd7527e0 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")