linphone-desktop/Linphone/data/CMakeLists.txt
Gaelle Braud f9abfb9fbc Record call + fixes (
remove friend listener
fix call history layout (sometimes the details exceeded row bottom)
do not open terminate calls popup when all call ended already
change '.' with ' ' only if display name is the address
initials headers in contact list delegate
confirmation dialog delete history
use intermediate variable
try to fix variant object crash
)

recordable option
fix effect image not colorized on visible change
2024-01-11 11:01:17 +01:00

75 lines
2.2 KiB
CMake

list(APPEND _LINPHONEAPP_RC_FILES data/assistant/use-app-sip-account.rc
data/assistant/create-app-sip-account.rc
data/assistant/use-other-sip-account.rc
"data/image/info.svg"
"data/image/belledonne.svg"
"data/image/user-circle.svg"
"data/image/user-circle-gear.svg"
"data/image/logo.svg"
"data/image/login_image.svg"
"data/image/eye-slash.svg"
"data/image/linphone.svg"
"data/image/secured.svg"
"data/image/open_source.svg"
"data/image/eye.svg"
"data/image/caret-down.svg"
"data/image/caret-left.svg"
"data/image/caret-right.svg"
"data/image/caret-up.svg"
"data/image/verif_page_image.svg"
"data/image/check.svg"
"data/image/dialer.svg"
"data/image/dialer-selected.svg"
"data/image/chiffrement.svg"
"data/image/interoperable.svg"
"data/image/phone.svg"
"data/image/phone-selected.svg"
"data/image/phone-plus.svg"
"data/image/phone-disconnect.svg"
"data/image/phone-list.svg"
"data/image/phone-transfer.svg"
"data/image/address-book.svg"
"data/image/address-book-selected.svg"
"data/image/chat-teardrop-text.svg"
"data/image/chat-teardrop-text-selected.svg"
"data/image/users-three.svg"
"data/image/users-three-selected.svg"
"data/image/noItemImage.svg"
"data/image/dots-three-vertical.svg"
"data/image/more.svg"
"data/image/plus-circle.svg"
"data/image/microphone-stage.svg"
"data/image/group-call.svg"
"data/image/magnifying-glass.svg"
"data/image/backspace-fill.svg"
"data/image/x.svg"
"data/image/play.svg"
"data/image/incoming_call.svg"
"data/image/incoming_call_missed.svg"
"data/image/incoming_call_rejected.svg"
"data/image/outgoing_call.svg"
"data/image/outgoing_call_missed.svg"
"data/image/outgoing_call_rejected.svg"
"data/image/microphone.svg"
"data/image/microphone-slash.svg"
"data/image/video-camera.svg"
"data/image/video-camera-slash.svg"
"data/image/speaker-high.svg"
"data/image/speaker-slash.svg"
"data/image/trusted.svg"
"data/image/randomAvatar.png"
"data/image/pause.svg"
"data/image/smiley.svg"
"data/image/trash-simple.svg"
"data/image/copy.svg"
"data/image/empty.svg"
"data/image/heart.svg"
"data/image/heart-fill.svg"
"data/image/record-fill.svg"
data/shaders/roundEffect.vert.qsb
data/shaders/roundEffect.frag.qsb
)
set(_LINPHONEAPP_RC_FILES ${_LINPHONEAPP_RC_FILES} PARENT_SCOPE)