Install index.theme in hicolor in Windows

This commit is contained in:
François Grisez 2015-08-14 15:30:16 +02:00
parent e369f0e284
commit bec4e9a6a7
3 changed files with 1847 additions and 0 deletions

View file

@ -49,3 +49,10 @@ install(FILES linphone.png
DESTINATION ${ICONS_INSTALL_DIR}/48x48/apps
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
)
if(WIN32)
install(FILES index.theme
DESTINATION ${ICONS_INSTALL_DIR}
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
)
endif()

View file

@ -18,6 +18,10 @@ dist_pixmap_DATA= \
notok.png
iconsdir=$(datadir)/icons/hicolor
if WIN32
dist_icons_DATA=index.theme
endif
appiconsdir=$(iconsdir)/48x48/apps
dist_appicons_DATA= linphone.png

1836
pixmaps/index.theme Normal file

File diff suppressed because one or more lines are too long