kdeconnect-kde/plugins/mmtelephony/CMakeLists.txt

8 lines
229 B
CMake
Raw Normal View History

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