summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Gehre <M.Gehre@gmx.de>2013-03-25 23:08:01 -0500
committerDavid Edmundson <davidedmundson@kde.org>2014-06-14 13:51:54 +0200
commit88e1c41725559cd625af02e35863e596fb60d1e0 (patch)
tree2515867583f7230a1477e43162f5344a1692038f
parent2606e5026dcea3c6c8e7d5b28156afedb5c43444 (diff)
cmake: telepathy-service does not depend on telepathy
-rw-r--r--TelepathyQt/CMakeLists.txt1
-rw-r--r--TelepathyQt/base-connection.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/TelepathyQt/CMakeLists.txt b/TelepathyQt/CMakeLists.txt
index 55e99faf..dad92cf3 100644
--- a/TelepathyQt/CMakeLists.txt
+++ b/TelepathyQt/CMakeLists.txt
@@ -959,7 +959,6 @@ if(ENABLE_EXPERIMENTAL_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
diff --git a/TelepathyQt/base-connection.cpp b/TelepathyQt/base-connection.cpp
index e95ccf0a..e665173a 100644
--- a/TelepathyQt/base-connection.cpp
+++ b/TelepathyQt/base-connection.cpp
@@ -29,7 +29,6 @@
#include "TelepathyQt/debug-internal.h"
#include <TelepathyQt/BaseChannel>
-#include <TelepathyQt/ChannelInterface>
#include <TelepathyQt/Constants>
#include <TelepathyQt/DBusObject>
#include <TelepathyQt/Utils>