telepathy-qt: CMakeLists: Added missing service dependence.

Alexandr Akulich kaffeine at kemper.freedesktop.org
Fri Jan 15 08:09:33 PST 2016


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

Author: Alexandr Akulich <akulichalexander at gmail.com>
Date:   Fri Jan 15 18:54:09 2016 +0500

CMakeLists: Added missing service dependence.

telepathy-qt-service depends on generated stable and future types and consts.

---

 TelepathyQt/CMakeLists.txt |    1 +
 1 file changed, 1 insertion(+)

diff --git a/TelepathyQt/CMakeLists.txt b/TelepathyQt/CMakeLists.txt
index 58668cd..1b32d32 100644
--- a/TelepathyQt/CMakeLists.txt
+++ b/TelepathyQt/CMakeLists.txt
@@ -953,6 +953,7 @@ if(ENABLE_SERVICE_SUPPORT)
     #endif (ENABLE_COMPILER_COVERAGE)
     # lets build a static only library until we have a stable API/ABI
     add_library(telepathy-qt${QT_VERSION_MAJOR}-service STATIC ${telepathy_qt_service_SRCS})
+    add_dependencies(telepathy-qt${QT_VERSION_MAJOR}-service stable-typesgen future-typesgen)
 
     # generate service moc files
     foreach(moc_src ${telepathy_qt_service_MOC_SRCS})



More information about the telepathy-commits mailing list