2023-08-06 11:00:02 +01:00
|
|
|
kdeconnect_add_plugin(kdeconnect_lockdevice)
|
|
|
|
|
2021-06-01 18:53:56 +01:00
|
|
|
if (WIN32)
|
2023-08-06 11:00:02 +01:00
|
|
|
target_sources(kdeconnect_lockdevice PRIVATE lockdeviceplugin-win.cpp)
|
2021-06-01 18:53:56 +01:00
|
|
|
else ()
|
2023-08-06 11:00:02 +01:00
|
|
|
target_sources(kdeconnect_lockdevice PRIVATE lockdeviceplugin.cpp)
|
2021-06-01 18:53:56 +01:00
|
|
|
endif()
|
2015-07-22 02:37:34 +01:00
|
|
|
target_link_libraries(kdeconnect_lockdevice
|
|
|
|
kdeconnectcore
|
2023-07-24 13:18:47 +01:00
|
|
|
kdeconnectinterfaces
|
2022-10-29 15:51:41 +01:00
|
|
|
Qt::DBus
|
2023-12-28 16:37:31 +00:00
|
|
|
KF6::I18n
|
2015-07-22 02:37:34 +01:00
|
|
|
)
|