Minor cleanup.

This commit is contained in:
Jim Evins
2017-02-26 20:09:29 -05:00
parent 885914d5ae
commit 3162694045
+13 -13
View File
@@ -215,18 +215,18 @@ install (FILES icons/22x22/mimetypes/x-glabels-project.svg DESTINATION share/
install (FILES icons/24x24/mimetypes/x-glabels-project.svg DESTINATION share/icons/hicolor/24x24/mimetypes) install (FILES icons/24x24/mimetypes/x-glabels-project.svg DESTINATION share/icons/hicolor/24x24/mimetypes)
if (MINGW) if (MINGW)
# Install supporting DLLs # Install Windows runtime DLLs in application bin
install (FILES set (runtime_dlls
${MINGW_BIN_DIR}/libgcc_s_dw2-1.dll ${MINGW_BIN_DIR}/libgcc_s_dw2-1.dll
${MINGW_BIN_DIR}/libstdc++-6.dll ${MINGW_BIN_DIR}/libstdc++-6.dll
${MINGW_BIN_DIR}/zlib1.dll ${MINGW_BIN_DIR}/zlib1.dll
${QT_BIN_DIR}/libwinpthread-1.dll ${QT_BIN_DIR}/libwinpthread-1.dll
${QT_BIN_DIR}/Qt5Core.dll ${QT_BIN_DIR}/Qt5Core.dll
${QT_BIN_DIR}/Qt5Gui.dll ${QT_BIN_DIR}/Qt5Gui.dll
${QT_BIN_DIR}/Qt5PrintSupport.dll ${QT_BIN_DIR}/Qt5PrintSupport.dll
${QT_BIN_DIR}/Qt5Widgets.dll ${QT_BIN_DIR}/Qt5Widgets.dll
${QT_BIN_DIR}/Qt5Svg.dll ${QT_BIN_DIR}/Qt5Svg.dll
${QT_BIN_DIR}/Qt5Xml.dll ${QT_BIN_DIR}/Qt5Xml.dll
DESTINATION bin
) )
install (FILES ${runtime_dlls} DESTINATION bin)
endif () endif ()