2020-05-05 12:53:41 +01:00
|
|
|
set(kdeconnect_bigscreen_SRCS
|
|
|
|
bigscreenplugin.cpp
|
|
|
|
)
|
|
|
|
|
2021-06-28 19:33:52 +01:00
|
|
|
kdeconnect_add_plugin(kdeconnect_bigscreen SOURCES ${kdeconnect_bigscreen_SRCS})
|
2020-05-05 12:53:41 +01:00
|
|
|
|
2022-10-29 15:51:41 +01:00
|
|
|
target_link_libraries(kdeconnect_bigscreen kdeconnectcore Qt${QT_MAJOR_VERSION}::DBus KF5::I18n)
|