mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-21 04:38:29 +00:00
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
|
DESTINATION ${ICONS_INSTALL_DIR}/48x48/apps
|
||||||
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
|
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
|
notok.png
|
||||||
|
|
||||||
iconsdir=$(datadir)/icons/hicolor
|
iconsdir=$(datadir)/icons/hicolor
|
||||||
|
if WIN32
|
||||||
|
dist_icons_DATA=index.theme
|
||||||
|
endif
|
||||||
|
|
||||||
appiconsdir=$(iconsdir)/48x48/apps
|
appiconsdir=$(iconsdir)/48x48/apps
|
||||||
dist_appicons_DATA= linphone.png
|
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