002848efa8
This is complicated by the Qt 5.6 requirement of SailfishOS, hopefully that didn't get broken by this.
7 lines
236 B
CMake
7 lines
236 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 KF5::I18n)
|