7 lines
254 B
CMake
7 lines
254 B
CMake
set(kdeconnect_bigscreen_SRCS
|
|
bigscreenplugin.cpp
|
|
)
|
|
|
|
kdeconnect_add_plugin(kdeconnect_bigscreen SOURCES ${kdeconnect_bigscreen_SRCS})
|
|
|
|
target_link_libraries(kdeconnect_bigscreen kdeconnectcore Qt${QT_MAJOR_VERSION}::DBus KF${QT_MAJOR_VERSION}::I18n)
|