Skip to content

Commit

Permalink
[connectionagent] make autoconnect play better with manual connect
Browse files Browse the repository at this point in the history
bump version to 0.7.25
  • Loading branch information
Lorn Potter committed Oct 1, 2013
1 parent f361a37 commit b376eee
Show file tree
Hide file tree
Showing 8 changed files with 140 additions and 83 deletions.
4 changes: 2 additions & 2 deletions connd/connd.pro
Expand Up @@ -4,12 +4,12 @@ QT -= gui

equals(QT_MAJOR_VERSION, 4): {
TARGET = connectionagent
PKGCONFIG += connman-qt4
PKGCONFIG += connman-qt4 qofono-qt

}
equals(QT_MAJOR_VERSION, 5): {
TARGET = connectionagent
PKGCONFIG += connman-qt5
PKGCONFIG += connman-qt5 qofono-qt5
}

CONFIG += console link_pkgconfig
Expand Down

0 comments on commit b376eee

Please sign in to comment.