Skip to content

Commit

Permalink
Merge pull request nemomobile#9 from lpotter/master
Browse files Browse the repository at this point in the history
Relocate UserAgent class to libconnman-qt
  • Loading branch information
rojkov committed Dec 20, 2012
2 parents 1a1b7b3 + 6c95550 commit 8e08ecc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions libconnman-qt/libconnman-qt.pro
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ HEADERS += manager.h \
commondbustypes.h \
clockproxy.h \
clockmodel.h \
debug.h
debug.h \
useragent.h

SOURCES += \
networkmanager.cpp \
Expand All @@ -38,7 +39,8 @@ SOURCES += \
clockproxy.cpp \
clockmodel.cpp \
commondbustypes.cpp \
debug.cpp
debug.cpp \
useragent.cpp

target.path = $$INSTALL_ROOT$$PREFIX/lib

Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions plugin/plugin.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ TARGET=ConnmanQtDeclarative
TEMPLATE = lib
QT += declarative dbus
CONFIG += plugin
SOURCES = components.cpp networkingmodel.cpp technologymodel.cpp useragent.cpp
HEADERS = components.h networkingmodel.h technologymodel.h useragent.h
SOURCES = components.cpp networkingmodel.cpp technologymodel.cpp
HEADERS = components.h networkingmodel.h technologymodel.h

INCLUDEPATH += ../libconnman-qt
LIBS += -L../libconnman-qt -lconnman-qt4
Expand Down

0 comments on commit 8e08ecc

Please sign in to comment.