Skip to content

Commit

Permalink
Remove unused dbus references
Browse files Browse the repository at this point in the history
  • Loading branch information
pvuorela committed May 4, 2016
1 parent 0349ad4 commit 5a38e3b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion fingerterm.pro
@@ -1,4 +1,4 @@
QT = core gui qml quick dbus
QT = core gui qml quick

CONFIG += link_pkgconfig

Expand Down
1 change: 0 additions & 1 deletion rpm/fingerterm.spec
Expand Up @@ -7,7 +7,6 @@ License: GPLv2
Source0: %{name}-%{version}.tar.gz
URL: https://github.com/nemomobile/fingerterm
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Qml)
BuildRequires: pkgconfig(Qt5Quick)
Expand Down
1 change: 0 additions & 1 deletion util.cpp
Expand Up @@ -21,7 +21,6 @@

#include <QtCore>
#include <QtGui>
#include <QDBusInterface>
#include <QGuiApplication>
#include <QQuickView>
#include <QDebug>
Expand Down

0 comments on commit 5a38e3b

Please sign in to comment.