a40c6e8101
Will show a cursor so we can point at interesting things on the screen during presentations.
9 lines
274 B
CMake
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
|
|
)
|