kdeconnect-kde/plugins/remotesystemvolume/CMakeLists.txt

7 lines
208 B
CMake
Raw Normal View History

kdeconnect_add_plugin(kdeconnect_remotesystemvolume SOURCES remotesystemvolumeplugin.cpp)
target_link_libraries(kdeconnect_remotesystemvolume
kdeconnectcore
Qt::DBus
2023-04-15 11:57:52 +01:00
KF${QT_MAJOR_VERSION}::I18n
)