forked from mirrors/linphone-iphone
Install index.theme in hicolor in Windows
This commit is contained in:
parent
e369f0e284
commit
bec4e9a6a7
3 changed files with 1847 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -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
1836
pixmaps/index.theme
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue