shift-shell/dialer/plugin/CMakeLists.txt
2015-06-18 21:27:24 +00:00

13 lines
476 B
CMake

set(tpcallerplugin_SRCS
tp-call-plugin.cpp
tp-caller.cpp
)
add_library(tpcallerplugin SHARED ${tpcallerplugin_SRCS})
target_link_libraries(tpcallerplugin Qt5::Core
Qt5::Qml
${TELEPATHY_QT5_LIBRARIES})
install(TARGETS tpcallerplugin DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/plasma/private/tpcaller)
install(FILES qmldir DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/plasma/private/tpcaller)