From 11dec13a8d582ab1c9b9289c7e83e0f268cff33c Mon Sep 17 00:00:00 2001 From: Alexandr Akulich Date: Thu, 14 Jan 2016 15:52:18 +0500 Subject: [PATCH] CMakeLists: Added missing build dependence. telepathy-qt-service now depends on telepathy-qt. Fixes fd.0 #93707. --- TelepathyQt/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TelepathyQt/CMakeLists.txt b/TelepathyQt/CMakeLists.txt index 58668cd..78bccd0 100644 --- a/TelepathyQt/CMakeLists.txt +++ b/TelepathyQt/CMakeLists.txt @@ -954,6 +954,8 @@ if(ENABLE_SERVICE_SUPPORT) # 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 telepathy-qt${QT_VERSION_MAJOR}) + # generate service moc files foreach(moc_src ${telepathy_qt_service_MOC_SRCS}) set(generated_file _gen/${moc_src}) -- 2.4.9