Skip to content

Commit

Permalink
[connectionagent] fix qt5 obs build
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
Lorn Potter committed Jun 6, 2013
1 parent 6916aea commit e4fce05
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions connectionagentplugin/connectionagentplugin.pro
Expand Up @@ -12,6 +12,7 @@ equals(QT_MAJOR_VERSION, 4): {
}
equals(QT_MAJOR_VERSION, 5): {
QT += qml
QT -=gui
}
SOURCES += \
connectionagentplugin_plugin.cpp \
Expand Down
2 changes: 1 addition & 1 deletion rpm/connectionagent-qt5.spec
Expand Up @@ -9,7 +9,7 @@ Name: connectionagent-qt5
# << macros

Summary: User Agent daemon
Version: 0.6.11
Version: 0.7.0
Release: 0
Group: Communications/Connectivity Adaptation
License: LGPLv2
Expand Down
2 changes: 1 addition & 1 deletion rpm/connectionagent-qt5.yaml
@@ -1,6 +1,6 @@
Name: connectionagent-qt5
Summary: User Agent daemon
Version: 0.6.11
Version: 0.7.0
Release: 0
Group: "Communications/Connectivity Adaptation"
License: LGPLv2
Expand Down
2 changes: 1 addition & 1 deletion rpm/connectionagent.spec
Expand Up @@ -9,7 +9,7 @@ Name: connectionagent
# << macros

Summary: User Agent daemon
Version: 0.6.11
Version: 0.7.0
Release: 0
Group: Communications/Connectivity Adaptation
License: LGPLv2
Expand Down
2 changes: 1 addition & 1 deletion rpm/connectionagent.yaml
@@ -1,6 +1,6 @@
Name: connectionagent
Summary: User Agent daemon
Version: 0.6.11
Version: 0.7.0
Release: 0
Group: "Communications/Connectivity Adaptation"
License: LGPLv2
Expand Down

0 comments on commit e4fce05

Please sign in to comment.