From dc17eee7a3473c2ccdce9b265ac3751489e73200 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Tue, 30 Aug 2016 21:19:55 +0300 Subject: [PATCH] Fix tp-service build with -Wl,--no-undefined --- TelepathyQt/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/TelepathyQt/CMakeLists.txt b/TelepathyQt/CMakeLists.txt index f79c6b9..d295709 100644 --- a/TelepathyQt/CMakeLists.txt +++ b/TelepathyQt/CMakeLists.txt @@ -989,6 +989,7 @@ if(ENABLE_SERVICE_SUPPORT) target_link_libraries(telepathy-qt${QT_VERSION_MAJOR}-service ${QT_QTDBUS_LIBRARY} ${QT_QTCORE_LIBRARY} + telepathy-qt${QT_VERSION_MAJOR} ${TP_QT_LIBRARY_LINKER_FLAGS}) # Set the correct version number -- 2.9.3