Add FreeCAD icons with different sizes
This commit is contained in:
parent
5fe7f6bf7c
commit
0bebfcc50f
|
@ -892,7 +892,12 @@ else(WIN32)
|
|||
INSTALL(TARGETS FreeCADGui
|
||||
LIBRARY DESTINATION lib
|
||||
)
|
||||
INSTALL(FILES Icons/freecad.xpm Icons/freecad-doc.png
|
||||
INSTALL(FILES Icons/freecad.xpm
|
||||
Icons/freecad-icon-16.png
|
||||
Icons/freecad-icon-32.png
|
||||
Icons/freecad-icon-64.png
|
||||
Icons/freecad.svg
|
||||
Icons/freecad-doc.png
|
||||
DESTINATION ${CMAKE_INSTALL_DATADIR}
|
||||
)
|
||||
endif(WIN32)
|
||||
|
|
BIN
src/Gui/Icons/freecad-icon-16.png
Normal file
BIN
src/Gui/Icons/freecad-icon-16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 862 B |
BIN
src/Gui/Icons/freecad-icon-32.png
Normal file
BIN
src/Gui/Icons/freecad-icon-32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
BIN
src/Gui/Icons/freecad-icon-64.png
Normal file
BIN
src/Gui/Icons/freecad-icon-64.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
Loading…
Reference in New Issue
Block a user