telepathy-qt: Farstream: Formally fix Qt5 linking

Alexandr Akulich kaffeine at kemper.freedesktop.org
Mon Nov 11 17:28:14 UTC 2019


Module: telepathy-qt
Branch: master
Commit: 9f2efa90ffae9c3e8e626e9ff7bbc0cd6fb7bd6a
URL:    http://cgit.freedesktop.org/telepathy/telepathy-qt/commit/?id=9f2efa90ffae9c3e8e626e9ff7bbc0cd6fb7bd6a

Author: Alexander Akulich <akulichalexander at gmail.com>
Date:   Fri Nov  8 21:46:22 2019 +0300

Farstream: Formally fix Qt5 linking

Artefact after 025639ec6ad994d8b22a73fb4dca257803dd5cb5

---

 TelepathyQt/Farstream/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/TelepathyQt/Farstream/CMakeLists.txt b/TelepathyQt/Farstream/CMakeLists.txt
index 18300fee..7dce37e9 100644
--- a/TelepathyQt/Farstream/CMakeLists.txt
+++ b/TelepathyQt/Farstream/CMakeLists.txt
@@ -40,8 +40,8 @@ if(FARSTREAM_COMPONENTS_FOUND)
 
     # Link
     target_link_libraries(telepathy-qt${QT_VERSION_MAJOR}-farstream
-        ${QT_QTDBUS_LIBRARY}
-        ${QT_QTCORE_LIBRARY}
+        Qt5::Core
+        Qt5::DBus
         ${GOBJECT_LIBRARIES}
         ${GLIB2_LIBRARIES}
         ${TELEPATHY_FARSTREAM_LIBRARIES}



More information about the telepathy-commits mailing list