mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 10:52:52 +00:00
31 lines
701 B
CMake
31 lines
701 B
CMake
set(pics
|
|
quicklistClosed.png
|
|
quicklistOpened.png
|
|
quotecollapse.png
|
|
quoteexpand.png
|
|
enterprise_bottom_left.png
|
|
enterprise_bottom.png
|
|
enterprise_bottom_right.png
|
|
enterprise_icon.png
|
|
enterprise_left.png
|
|
enterprise_right.png
|
|
enterprise_sbar.png
|
|
enterprise_s_left.png
|
|
enterprise_sp_right.png
|
|
enterprise_s_right.png
|
|
enterprise_sw.png
|
|
enterprise_top_left.png
|
|
enterprise_top.png
|
|
enterprise_top_right.png
|
|
enterprise_w.png
|
|
mobile_bg.png
|
|
mobile_status_actionitem.png
|
|
mobile_status_attachment.png
|
|
mobile_status_encrypted.png
|
|
mobile_status_forwarded.png
|
|
mobile_status_important.png
|
|
mobile_status_replied.png
|
|
mobile_status_signed.png
|
|
)
|
|
|
|
install( FILES ${pics} DESTINATION ${DATA_INSTALL_DIR}/libmessageviewer/pics)
|