kdeconnect-kde/plugins/presenter/CMakeLists.txt
Aleix Pol a40c6e8101 Submitted proof of concept for a presenter plugin
Will show a cursor so we can point at interesting things on the screen during
presentations.
2019-07-05 17:58:46 +02:00

9 lines
274 B
CMake

qt5_add_resources(presenter_SRCS assets.qrc)
kdeconnect_add_plugin(kdeconnect_presenter JSON kdeconnect_presenter.json SOURCES presenterplugin.cpp ${presenter_SRCS})
target_link_libraries(kdeconnect_presenter
kdeconnectcore
Qt5::DBus
Qt5::Quick
KF5::I18n
)