Merge pull request #102 from triplus/SVG_WB_Icons

Add SVG workbench icons
This commit is contained in:
Yorik van Havre
2016-02-27 16:06:13 -03:00
91 changed files with 7179 additions and 939 deletions

View File

@@ -78,3 +78,11 @@ SET_BIN_DIR(ImageGui ImageGui /Mod/Image)
SET_PYTHON_PREFIX_SUFFIX(ImageGui)
INSTALL(TARGETS ImageGui DESTINATION ${CMAKE_INSTALL_LIBDIR})
SET(ImageGuiIcon_SVG
Resources/icons/ImageWorkbench.svg
)
fc_copy_sources(ImageGui "${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_DATADIR}/Mod/Image" ${ImageGuiIcon_SVG})
INSTALL(FILES ${ImageGuiIcon_SVG} DESTINATION "${CMAKE_INSTALL_DATADIR}/Mod/Image/Resources/icons")

View File

@@ -1,6 +1,7 @@
<RCC>
<qresource>
<file>icons/image-import.svg</file>
<file>icons/ImageWorkbench.svg</file>
<file>translations/Image_af.qm</file>
<file>translations/Image_de.qm</file>
<file>translations/Image_fi.qm</file>

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.0 KiB