30d895d868
The moc process already rebuilds the plugin when the JSON file changes, consequently the additional parameter is not needed. Task: https://phabricator.kde.org/T14649
7 lines
218 B
CMake
7 lines
218 B
CMake
set(kdeconnect_bigscreen_SRCS
|
|
bigscreenplugin.cpp
|
|
)
|
|
|
|
kdeconnect_add_plugin(kdeconnect_bigscreen SOURCES ${kdeconnect_bigscreen_SRCS})
|
|
|
|
target_link_libraries(kdeconnect_bigscreen kdeconnectcore Qt5::DBus KF5::I18n)
|