Merge lp:~popey/ubuntu-clock-app/fix-1288885 into lp:ubuntu-clock-app/saucy

Status: Merged
Approved by: Nekhelesh Ramananthan
Approved revision: 371
Merged at revision: 370
Proposed branch: lp:~popey/ubuntu-clock-app/fix-1288885
Merge into: lp:ubuntu-clock-app/saucy
Diff against target: 27 lines (+4/-3)
2 files modified
CMakeLists.txt (+1/-1)
debian/changelog (+3/-2)
To merge this branch: bzr merge lp:~popey/ubuntu-clock-app/fix-1288885
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Nekhelesh Ramananthan Approve
Review via email: mp+210171@code.launchpad.net

Commit message

To post a comment you must log in.
Revision history for this message
Nekhelesh Ramananthan (nik90) wrote :

Surprisingly the ubuntu-clock-app.in file which when installed on the phone (by the click package) explicitly sets QT_SELECT=Qt5 which is why it still works on the phone properly. So I guess we needed to set this while running clock on the desktop as well.

lgtm!

review: Approve
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CMakeLists.txt'
2--- CMakeLists.txt 2014-02-19 21:05:42 +0000
3+++ CMakeLists.txt 2014-03-10 10:09:55 +0000
4@@ -24,7 +24,7 @@
5 set(CMAKE_INSTALL_BINDIR /)
6 set(DATA_DIR /)
7 set(ICON ${ICON_FILE})
8- set(EXEC "qmlscene ${MAIN_QML}")
9+ set(EXEC "qmlscene -qt5 ${MAIN_QML}")
10 set(DESKTOP_DIR ${DATA_DIR})
11 set(URLS_DIR ${DATA_DIR})
12 else(CLICK_MODE)
13
14=== modified file 'debian/changelog'
15--- debian/changelog 2014-02-18 21:11:37 +0000
16+++ debian/changelog 2014-03-10 10:09:55 +0000
17@@ -1,8 +1,9 @@
18-ubuntu-clock-app (1.0ubuntu1) UNRELEASED; urgency=medium
19+ubuntu-clock-app (1.0ubuntu2) UNRELEASED; urgency=medium
20
21 * New icon
22+ * Add -qt5 command line option (LP: #1288885)
23
24- -- Alan Pope <alan.pope@canonical.com> Tue, 18 Feb 2014 21:11:01 +0000
25+ -- Alan Pope <popey@ubuntu.com> Mon, 10 Mar 2014 10:07:59 +0000
26
27 ubuntu-clock-app (1.0) saucy; urgency=low
28

Subscribers

People subscribed via source and target branches