Minor cleanup.
This commit is contained in:
@@ -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 ()
|
||||||
|
|||||||
Reference in New Issue
Block a user