741abafaf7
Reviewed by Albert Vaca
10 lines
358 B
CMake
10 lines
358 B
CMake
set(kdeconnect_telephony_SRCS
|
|
telephonyplugin.cpp
|
|
)
|
|
|
|
kde4_add_plugin(kdeconnect_telephony ${kdeconnect_telephony_SRCS})
|
|
|
|
target_link_libraries(kdeconnect_telephony kdeconnectcore ${KDE4_KDEUI_LIBS})
|
|
|
|
install(TARGETS kdeconnect_telephony DESTINATION ${PLUGIN_INSTALL_DIR} )
|
|
install(FILES kdeconnect_telephony.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|