Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
connectionagent
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
mer-core
connectionagent
Commits
6667fa55
Commit
6667fa55
authored
Jul 07, 2015
by
Pekka Vuorela
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused ofono linkage
parent
d17ba188
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
7 deletions
+2
-7
connd/connd.pro
connd/connd.pro
+1
-1
connd/qconnectionagent.cpp
connd/qconnectionagent.cpp
+0
-4
rpm/connectionagent-qt5.spec
rpm/connectionagent-qt5.spec
+0
-1
test/auto/tst_connectionagent/tst_connectionagent.pro
test/auto/tst_connectionagent/tst_connectionagent.pro
+1
-1
No files found.
connd/connd.pro
View file @
6667fa55
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
QT
=
core
network
dbus
QT
=
core
network
dbus
TARGET
=
connectionagent
TARGET
=
connectionagent
PKGCONFIG
+=
connman
-
qt5
qofono
-
qt5
PKGCONFIG
+=
connman
-
qt5
packagesExist
(
qt5
-
boostable
)
{
packagesExist
(
qt5
-
boostable
)
{
DEFINES
+=
HAS_BOOSTER
DEFINES
+=
HAS_BOOSTER
...
...
connd/qconnectionagent.cpp
View file @
6667fa55
...
@@ -23,10 +23,6 @@
...
@@ -23,10 +23,6 @@
#include <connman-qt5/networktechnology.h>
#include <connman-qt5/networktechnology.h>
#include <connman-qt5/networkservice.h>
#include <connman-qt5/networkservice.h>
#include <connman-qt5/sessionagent.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>
#include <QtDBus/QDBusConnection>
...
...
rpm/connectionagent-qt5.spec
View file @
6667fa55
...
@@ -14,7 +14,6 @@ Requires: connman >= 1.21
...
@@ -14,7 +14,6 @@ Requires: connman >= 1.21
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(connman-qt5)
BuildRequires: pkgconfig(connman-qt5)
BuildRequires: pkgconfig(qofono-qt5)
BuildRequires: pkgconfig(Qt5Network)
BuildRequires: pkgconfig(Qt5Network)
BuildRequires: pkgconfig(Qt5Test)
BuildRequires: pkgconfig(Qt5Test)
BuildRequires: pkgconfig(Qt5Qml)
BuildRequires: pkgconfig(Qt5Qml)
...
...
test/auto/tst_connectionagent/tst_connectionagent.pro
View file @
6667fa55
...
@@ -21,5 +21,5 @@ HEADERS += \
...
@@ -21,5 +21,5 @@ HEADERS += \
INCLUDEPATH
+=
$$
OUT_PWD
/../../../
connd
INCLUDEPATH
+=
$$
OUT_PWD
/../../../
connd
CONFIG
+=
link_pkgconfig
CONFIG
+=
link_pkgconfig
PKGCONFIG
+=
connman
-
qt5
qofono
-
qt5
PKGCONFIG
+=
connman
-
qt5
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment