Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
liblinphone
Commits
bec4e9a6
Commit
bec4e9a6
authored
9 years ago
by
François Grisez
Browse files
Options
Download
Patches
Plain Diff
Install index.theme in hicolor in Windows
parent
e369f0e2
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
pixmaps/CMakeLists.txt
+7
-0
pixmaps/CMakeLists.txt
pixmaps/Makefile.am
+4
-0
pixmaps/Makefile.am
pixmaps/index.theme
+1836
-0
pixmaps/index.theme
with
1847 additions
and
0 deletions
pixmaps/CMakeLists.txt
+
7
−
0
View file @
bec4e9a6
...
@@ -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
()
This diff is collapsed.
Click to expand it.
pixmaps/Makefile.am
+
4
−
0
View file @
bec4e9a6
...
@@ -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.
Click to expand it.
pixmaps/index.theme
0 → 100644
+
1836
−
0
View file @
bec4e9a6
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets