summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Akulich <akulichalexander@gmail.com>2019-11-08 21:46:22 +0300
committerAlexander Akulich <akulichalexander@gmail.com>2019-11-09 01:09:10 +0300
commit9f2efa90ffae9c3e8e626e9ff7bbc0cd6fb7bd6a (patch)
treeb4a736a97449925cf351ef1ba371d3b092c630d8
parent0f43425a4d961c860f8207c679b5b200cde9b0b1 (diff)
Farstream: Formally fix Qt5 linking
-rw-r--r--TelepathyQt/Farstream/CMakeLists.txt4
1 files 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}