Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unused ofono linkage
  • Loading branch information
pvuorela committed Jul 7, 2015
1 parent d17ba18 commit 6667fa5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion connd/connd.pro
Expand Up @@ -2,7 +2,7 @@
QT = core network dbus

TARGET = connectionagent
PKGCONFIG += connman-qt5 qofono-qt5
PKGCONFIG += connman-qt5

packagesExist(qt5-boostable) {
DEFINES += HAS_BOOSTER
Expand Down
4 changes: 0 additions & 4 deletions connd/qconnectionagent.cpp
Expand Up @@ -23,10 +23,6 @@
#include <connman-qt5/networktechnology.h>
#include <connman-qt5/networkservice.h>
#include <connman-qt5/sessionagent.h>
#include <qofono-qt5/qofonoconnectioncontext.h>
#include <qofono-qt5/qofonoconnectionmanager.h>
#include <qofono-qt5/qofononetworkregistration.h>
#include <qofono-qt5/qofonomanager.h>

#include <QtDBus/QDBusConnection>

Expand Down
1 change: 0 additions & 1 deletion rpm/connectionagent-qt5.spec
Expand Up @@ -14,7 +14,6 @@ Requires: connman >= 1.21
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(connman-qt5)
BuildRequires: pkgconfig(qofono-qt5)
BuildRequires: pkgconfig(Qt5Network)
BuildRequires: pkgconfig(Qt5Test)
BuildRequires: pkgconfig(Qt5Qml)
Expand Down
2 changes: 1 addition & 1 deletion test/auto/tst_connectionagent/tst_connectionagent.pro
Expand Up @@ -21,5 +21,5 @@ HEADERS += \
INCLUDEPATH += $$OUT_PWD/../../../connd

CONFIG += link_pkgconfig
PKGCONFIG += connman-qt5 qofono-qt5
PKGCONFIG += connman-qt5

0 comments on commit 6667fa5

Please sign in to comment.