Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorn Potter committed Mar 19, 2013
1 parent fd21d69 commit ee8d5e4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion connd/connd.pro
Expand Up @@ -3,7 +3,7 @@ QT += core network dbus gui
QT -= gui

TARGET = connectionagent
CONFIG += console
CONFIG += console link_pkgconfig
CONFIG -= app_bundle

TEMPLATE = app
Expand All @@ -13,6 +13,7 @@ QT -= gui


INCLUDEPATH += libconnman-qt
PKGCONFIG += connman-qt4

OTHER_FILES += com.jolla.Connectiond.xml

Expand Down
1 change: 1 addition & 0 deletions connectionagentplugin/connectionagentplugin.cpp
Expand Up @@ -13,6 +13,7 @@
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
****************************************************************************/

#include "connectionagentplugin.h"
#include "connectionamanagerinterface.h"

Expand Down
2 changes: 1 addition & 1 deletion rpm/connectionagent.yaml
@@ -1,4 +1,4 @@
Name: Connection Agent
Name: Connectionagent
Summary: User Agent daemon
Version: 0.1
Release: 0
Expand Down
1 change: 1 addition & 0 deletions rpm/rpm.pro
@@ -1,3 +1,4 @@
TEMPLATE = subdirs
OTHER_FILES += \
com.jolla.Connectiond.service

Expand Down

0 comments on commit ee8d5e4

Please sign in to comment.