Compare commits
2 commits
master
...
apol/apple
Author | SHA1 | Date | |
---|---|---|---|
|
b51d001239 | ||
|
3f9e8b9340 |
2 changed files with 15 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
if(APPLE)
|
||||
kirigami_package_breeze_icons(ICONS
|
||||
network-connect dialog-ok dialog-cancel dialog-ok-apply entry-edit input-mouse-click-left input-mouse-click-middle input-mouse-click-right
|
||||
media-skip-backward media-playback-pause media-playback-start media-skip-forward view-fullscreen
|
||||
document-edit player-volume-muted player-volume view-refresh help-about hands-free
|
||||
audio-volume-muted network-disconnect list-add audio-volume-low audio-volume-medium audio-volume-high
|
||||
)
|
||||
endif()
|
||||
|
||||
qt5_add_resources(kdeconnect_SRCS resources.qrc)
|
||||
|
||||
add_executable(kdeconnect main.cpp ${kdeconnect_SRCS})
|
||||
|
|
|
@ -50,3 +50,9 @@ target_link_libraries(kdeconnect-sms
|
|||
install(TARGETS kdeconnect-sms ${INSTALL_TARGETS_DEFAULT_ARGS})
|
||||
install(TARGETS kdeconnectsmshelper ${INSTALL_TARGETS_DEFAULT_ARGS} LIBRARY NAMELINK_SKIP)
|
||||
install(PROGRAMS org.kde.kdeconnect.sms.desktop DESTINATION ${KDE_INSTALL_APPDIR})
|
||||
|
||||
if(APPLE)
|
||||
kirigami_package_breeze_icons(ICONS
|
||||
view-refresh help-about dialog-cancel
|
||||
)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue