Minor cleanup.

This commit is contained in:
Jim Evins
2017-02-26 20:09:29 -05:00
parent 885914d5ae
commit 3162694045
+3 -3
View File
@@ -215,8 +215,8 @@ 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
@@ -227,6 +227,6 @@ if (MINGW)
${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 ()