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
|
|
|
|
2023-07-24 13:18:47 +01:00
|
|
|
target_link_libraries(kdeconnect_bigscreen
|
|
|
|
kdeconnectcore
|
|
|
|
kdeconnectinterfaces
|
|
|
|
Qt${QT_MAJOR_VERSION}::DBus
|
|
|
|
KF${QT_MAJOR_VERSION}::I18n)
|