Merge lp:~didrocks/ubuntu-docviewer-app/build-fix into lp:~chocanto/ubuntu-docviewer-app/plainText

Proposed by Didier Roche-Tolomelli
Status: Merged
Approved by: Anthony Granger
Approved revision: 8
Merged at revision: 8
Proposed branch: lp:~didrocks/ubuntu-docviewer-app/build-fix
Merge into: lp:~chocanto/ubuntu-docviewer-app/plainText
Diff against target: 21 lines (+3/-2)
2 files modified
launcher/src/docviewer-launcher.pri (+2/-2)
main.pro (+1/-0)
To merge this branch: bzr merge lp:~didrocks/ubuntu-docviewer-app/build-fix
Reviewer Review Type Date Requested Status
Anthony Granger Approve
Review via email: mp+159823@code.launchpad.net

Commit message

add a .pro file at the root of the directory so that debhelper builds with it. Rename the .pro to .pri for the included qmake file as it's the rule, and change paths

Description of the change

add a .pro file at the root of the directory so that debhelper builds with it. Rename the .pro to .pri for the included qmake file as it's the rule, and change paths

---
Note that with distro flags (warnings being treated as errors), a small fix to main.cpp is needed.

To post a comment you must log in.
Revision history for this message
Anthony Granger (chocanto) wrote :

Thank you for your help !

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== renamed file 'launcher/src/docviewer-launcher.pro' => 'launcher/src/docviewer-launcher.pri'
--- launcher/src/docviewer-launcher.pro 2013-04-18 05:43:11 +0000
+++ launcher/src/docviewer-launcher.pri 2013-04-19 13:22:25 +0000
@@ -6,9 +6,9 @@
66
7QT += gui qml quick7QT += gui qml quick
88
9TARGET = ../../ubuntu-docviewer-app9TARGET = ubuntu-docviewer-app
1010
11TEMPLATE = app11TEMPLATE = app
1212
1313
14SOURCES += main.cpp14SOURCES += launcher/src/main.cpp
1515
=== added file 'main.pro'
--- main.pro 1970-01-01 00:00:00 +0000
+++ main.pro 2013-04-19 13:22:25 +0000
@@ -0,0 +1,1 @@
1include(launcher/src/docviewer-launcher.pri)

Subscribers

People subscribed via source and target branches