2014-02-19 20:10:41 +00:00
|
|
|
|
2019-07-19 11:26:19 +01:00
|
|
|
set(APP_ICONS
|
2020-04-03 01:39:56 +01:00
|
|
|
sc-apps-kdeconnect.svg
|
|
|
|
22-apps-kdeconnectindicator.svg
|
2019-07-19 11:26:19 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
if(WIN32)
|
2020-04-03 01:39:56 +01:00
|
|
|
list(APPEND APP_ICONS 22-apps-kdeconnectindicatorwin.svg)
|
2019-07-19 11:26:19 +01:00
|
|
|
else()
|
2020-04-03 01:39:56 +01:00
|
|
|
list(APPEND APP_ICONS 22-apps-kdeconnectindicatordark.svg)
|
2019-07-19 11:26:19 +01:00
|
|
|
endif()
|
|
|
|
|
|
|
|
ecm_install_icons(
|
|
|
|
ICONS
|
|
|
|
${APP_ICONS}
|
2019-06-08 12:07:01 +01:00
|
|
|
DESTINATION
|
|
|
|
${ICON_INSTALL_DIR}
|
|
|
|
)
|
|
|
|
|
|
|
|
ecm_install_icons(
|
|
|
|
ICONS
|
2020-04-03 01:39:56 +01:00
|
|
|
16-status-laptopconnected.svg
|
|
|
|
16-status-laptopdisconnected.svg
|
|
|
|
16-status-laptoptrusted.svg
|
|
|
|
16-status-smartphoneconnected.svg
|
|
|
|
16-status-smartphonedisconnected.svg
|
|
|
|
16-status-smartphonetrusted.svg
|
|
|
|
16-status-tabletconnected.svg
|
|
|
|
16-status-tabletdisconnected.svg
|
|
|
|
16-status-tablettrusted.svg
|
|
|
|
16-status-tvconnected.svg
|
|
|
|
16-status-tvdisconnected.svg
|
|
|
|
16-status-tvtrusted.svg
|
|
|
|
22-status-laptopconnected.svg
|
|
|
|
22-status-laptopdisconnected.svg
|
|
|
|
22-status-laptoptrusted.svg
|
|
|
|
22-status-smartphoneconnected.svg
|
|
|
|
22-status-smartphonedisconnected.svg
|
|
|
|
22-status-smartphonetrusted.svg
|
|
|
|
22-status-tabletconnected.svg
|
|
|
|
22-status-tabletdisconnected.svg
|
|
|
|
22-status-tablettrusted.svg
|
|
|
|
22-status-tvconnected.svg
|
|
|
|
22-status-tvdisconnected.svg
|
|
|
|
22-status-tvtrusted.svg
|
2015-05-18 07:28:58 +01:00
|
|
|
DESTINATION
|
|
|
|
${ICON_INSTALL_DIR}
|
|
|
|
)
|
|
|
|
|