diff --git a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,8 +20,10 @@ set (KTP_MESSAGE_FILTER_FRAMEWORK_VERSION "5") find_package (Qt5 REQUIRED CONFIG COMPONENTS + DBus Qml - Test) + Test + Xml) find_package (KF5 5.11 REQUIRED COMPONENTS CoreAddons diff --git a/KTp/CMakeLists.txt b/KTp/CMakeLists.txt --- a/KTp/CMakeLists.txt +++ b/KTp/CMakeLists.txt @@ -91,6 +91,8 @@ target_link_libraries (KTpCommonInternals PUBLIC + Qt5::DBus + Qt5::Xml KF5::Wallet #included from wallet-interface.h ${TELEPATHY_QT5_LIBRARIES} PRIVATE diff --git a/KTp/OTR/CMakeLists.txt b/KTp/OTR/CMakeLists.txt --- a/KTp/OTR/CMakeLists.txt +++ b/KTp/OTR/CMakeLists.txt @@ -28,6 +28,7 @@ target_link_libraries (KTpOTR PUBLIC + Qt5::DBus ${TELEPATHY_QT5_LIBRARIES} PRIVATE KF5::I18n