0
0
mirror of https://github.com/keepassxreboot/keepassxc.git synced 2024-09-20 12:22:16 +02:00

Remove qsvg imageformat plugin to prevent crash when trying to load SVG icons, resolves #1602

This commit is contained in:
Janek Bevendorff 2018-03-06 22:01:09 +01:00
parent 2f821af0a0
commit 323c271d01

View File

@ -402,7 +402,6 @@ if(MINGW)
${PLUGINS_DIR}/imageformats/qicns$<$<CONFIG:Debug>:d>.dll ${PLUGINS_DIR}/imageformats/qicns$<$<CONFIG:Debug>:d>.dll
${PLUGINS_DIR}/imageformats/qico$<$<CONFIG:Debug>:d>.dll ${PLUGINS_DIR}/imageformats/qico$<$<CONFIG:Debug>:d>.dll
${PLUGINS_DIR}/imageformats/qjpeg$<$<CONFIG:Debug>:d>.dll ${PLUGINS_DIR}/imageformats/qjpeg$<$<CONFIG:Debug>:d>.dll
${PLUGINS_DIR}/imageformats/qsvg$<$<CONFIG:Debug>:d>.dll
${PLUGINS_DIR}/imageformats/qwebp$<$<CONFIG:Debug>:d>.dll ${PLUGINS_DIR}/imageformats/qwebp$<$<CONFIG:Debug>:d>.dll
DESTINATION "imageformats") DESTINATION "imageformats")