diff --git a/connd/connd.pro b/connd/connd.pro index f8b43b6..75777b0 100644 --- a/connd/connd.pro +++ b/connd/connd.pro @@ -2,7 +2,7 @@ QT = core network dbus TARGET = connectionagent -PKGCONFIG += connman-qt5 qofono-qt5 +PKGCONFIG += connman-qt5 packagesExist(qt5-boostable) { DEFINES += HAS_BOOSTER diff --git a/connd/qconnectionagent.cpp b/connd/qconnectionagent.cpp index 4b0764f..4817933 100644 --- a/connd/qconnectionagent.cpp +++ b/connd/qconnectionagent.cpp @@ -23,10 +23,6 @@ #include #include #include -#include -#include -#include -#include #include diff --git a/rpm/connectionagent-qt5.spec b/rpm/connectionagent-qt5.spec index e210afa..0bd9153 100644 --- a/rpm/connectionagent-qt5.spec +++ b/rpm/connectionagent-qt5.spec @@ -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) diff --git a/test/auto/tst_connectionagent/tst_connectionagent.pro b/test/auto/tst_connectionagent/tst_connectionagent.pro index 18599a8..a228fad 100644 --- a/test/auto/tst_connectionagent/tst_connectionagent.pro +++ b/test/auto/tst_connectionagent/tst_connectionagent.pro @@ -21,5 +21,5 @@ HEADERS += \ INCLUDEPATH += $$OUT_PWD/../../../connd CONFIG += link_pkgconfig -PKGCONFIG += connman-qt5 qofono-qt5 +PKGCONFIG += connman-qt5