a1195a72a3
We depend on 5.15 which allows us to use those
7 lines
206 B
CMake
7 lines
206 B
CMake
kdeconnect_add_plugin(kdeconnect_bigscreen SOURCES bigscreenplugin.cpp)
|
|
|
|
target_link_libraries(kdeconnect_bigscreen
|
|
kdeconnectcore
|
|
kdeconnectinterfaces
|
|
Qt::DBus
|
|
KF${QT_MAJOR_VERSION}::I18n)
|