Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/remmina-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2018-06-05 23:26:22 +0300
committerAntenore Gatta <antenore@simbiosi.org>2018-06-05 23:26:22 +0300
commit2746da36b255f089d135d8c720eeea5f814cee04 (patch)
tree31a2ba001a076a4080d7de8b36690143b1077831 /CMakeLists.txt
parenta06804a4980a3c42f3eeaba5d49b8b25a9ce6ea9 (diff)
Migrating to SVG icons format
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9902c8a..cb9d066 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -44,10 +44,10 @@ target_link_libraries(remmina-plugin-xdmcp ${REMMINA_COMMON_LIBRARIES})
install(TARGETS remmina-plugin-xdmcp DESTINATION ${REMMINA_PLUGINDIR})
install(FILES
- 16x16/emblems/remmina-xdmcp-ssh.png
- 16x16/emblems/remmina-xdmcp.png
+ 16x16/emblems/remmina-xdmcp-ssh.svg
+ 16x16/emblems/remmina-xdmcp.svg
DESTINATION ${APPICON16_EMBLEMS_DIR})
install(FILES
- 22x22/emblems/remmina-xdmcp-ssh.png
- 22x22/emblems/remmina-xdmcp.png
+ 22x22/emblems/remmina-xdmcp-ssh.svg
+ 22x22/emblems/remmina-xdmcp.svg
DESTINATION ${APPICON22_EMBLEMS_DIR})