This commit is required to avoid occasional build failures in parallel builds.

commit 7389dc990c67d4269f3a79c924c054e87f2e4ac5
Author: Alexandr Akulich <akulichalexander@gmail.com>
Date:   Fri, 15 Jan 2016 18:54:09 +0500

    CMakeLists: Added missing service dependence.

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

--- TelepathyQt/CMakeLists.txt
+++ 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})