Commit bec4e9a6 authored by François Grisez's avatar François Grisez
Browse files

Install index.theme in hicolor in Windows

parent e369f0e2
No related merge requests found
Showing with 1847 additions and 0 deletions
...@@ -49,3 +49,10 @@ install(FILES linphone.png ...@@ -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= \ ...@@ -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
......
This diff is collapsed.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment