summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandr Akulich <akulichalexander@gmail.com>2016-06-11 02:01:36 +0500
committerAlexandr Akulich <akulichalexander@gmail.com>2016-06-11 02:01:50 +0500
commitb1838e66ba197bcd55b9ebb824ecb216881ae3d1 (patch)
treefafc4722a0d13d705cb1619a03ebd9ab13c88eab
parentfdb628cfa29b27be27d9d470230eb3b501b489aa (diff)
CMakeLists: Added missing glib2 library in Farstream.
-rw-r--r--TelepathyQt/Farstream/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/TelepathyQt/Farstream/CMakeLists.txt b/TelepathyQt/Farstream/CMakeLists.txt
index dd714301..8841ee8c 100644
--- a/TelepathyQt/Farstream/CMakeLists.txt
+++ b/TelepathyQt/Farstream/CMakeLists.txt
@@ -42,6 +42,7 @@ if(FARSTREAM_COMPONENTS_FOUND)
${QT_QTDBUS_LIBRARY}
${QT_QTCORE_LIBRARY}
${GOBJECT_LIBRARIES}
+ ${GLIB2_LIBRARIES}
${TELEPATHY_FARSTREAM_LIBRARIES}
${TELEPATHY_GLIB_LIBRARIES}
telepathy-qt${QT_VERSION_MAJOR}