Merge lp:~fboucault/unity-webapps-qml/crossbuild_fixes into lp:unity-webapps-qml

Proposed by Florian Boucault
Status: Merged
Approved by: Alexandre Abreu
Approved revision: 160
Merged at revision: 160
Proposed branch: lp:~fboucault/unity-webapps-qml/crossbuild_fixes
Merge into: lp:unity-webapps-qml
Diff against target: 42 lines (+11/-1)
3 files modified
common-project-config.pri (+6/-0)
debian/control (+1/-1)
debian/rules (+4/-0)
To merge this branch: bzr merge lp:~fboucault/unity-webapps-qml/crossbuild_fixes
Reviewer Review Type Date Requested Status
Alexandre Abreu (community) Approve
PS Jenkins bot continuous-integration Pending
Review via email: mp+299202@code.launchpad.net

Commit message

Fixes for crossbuilding.

Description of the change

Fixes for crossbuilding.

To post a comment you must log in.
Revision history for this message
Alexandre Abreu (abreu-alexandre) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'common-project-config.pri'
--- common-project-config.pri 2013-07-09 19:02:23 +0000
+++ common-project-config.pri 2016-07-05 18:03:33 +0000
@@ -11,5 +11,11 @@
11TOP_SRC_DIR = $$PWD11TOP_SRC_DIR = $$PWD
12TOP_BUILD_DIR = $${TOP_SRC_DIR}/$${BUILD_DIR}12TOP_BUILD_DIR = $${TOP_SRC_DIR}/$${BUILD_DIR}
1313
14# appropriately select pkgconfig for cross compiling
15PKG_CONFIG_ARCH = $$section(QMAKE_CC, -, 0, -2)
16!isEmpty (PKG_CONFIG_ARCH) {
17 PKG_CONFIG = $$PKG_CONFIG_ARCH-pkg-config
18}
19
14include(coverage.pri)20include(coverage.pri)
1521
1622
=== modified file 'debian/control'
--- debian/control 2015-03-04 17:00:45 +0000
+++ debian/control 2016-07-05 18:03:33 +0000
@@ -12,7 +12,7 @@
12 libunity-action-qt1-dev,12 libunity-action-qt1-dev,
13 libunity-dev,13 libunity-dev,
14 pkg-config,14 pkg-config,
15 python (>= 2.7),15 python:any (>= 2.7),
16 python-setuptools,16 python-setuptools,
17 qt5-default,17 qt5-default,
18 qt5-qmake,18 qt5-qmake,
1919
=== modified file 'debian/rules'
--- debian/rules 2014-07-14 23:28:57 +0000
+++ debian/rules 2016-07-05 18:03:33 +0000
@@ -4,6 +4,10 @@
4# Uncomment this to turn on verbose mode.4# Uncomment this to turn on verbose mode.
5#export DH_VERBOSE=15#export DH_VERBOSE=1
66
7ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
8export QT_SELECT=qt5-$(DEB_BUILD_MULTIARCH)-$(DEB_HOST_MULTIARCH)
9endif
10
7%:11%:
8 dh $@ --with python212 dh $@ --with python2
913

Subscribers

People subscribed via source and target branches

to all changes: