Merge lp://staging/~saviq/dee-qt/qt4_and_qt5 into lp://staging/dee-qt/0.2
Proposed by
Michał Sawicz
Status: | Superseded |
---|---|
Proposed branch: | lp://staging/~saviq/dee-qt/qt4_and_qt5 |
Merge into: | lp://staging/dee-qt/0.2 |
Diff against target: |
423 lines (+197/-45) 13 files modified
CMakeLists.txt (+60/-33) debian/changelog (+6/-0) debian/compat (+1/-1) debian/control (+17/-2) debian/libqtdee-qt5-dev.install (+2/-0) debian/libqtdee-qt5.install (+3/-0) debian/libqtdee-qt5.symbols (+34/-0) debian/libqtdee2.symbols (+3/-0) debian/rules (+32/-3) libqtdee.pc.in (+2/-2) plugin.cpp (+8/-2) plugin.h (+14/-2) test_qtquick2.qml (+15/-0) |
To merge this branch: | bzr merge lp://staging/~saviq/dee-qt/qt4_and_qt5 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Didier Roche-Tolomelli | Needs Fixing | ||
Review via email: mp+134181@code.staging.launchpad.net |
This proposal supersedes a proposal from 2012-11-12.
This proposal has been superseded by a proposal from 2012-11-14.
Description of the change
Build libqtdee for Qt5 as well
There are two new packages:
libqtdee-qt5
libqtdee-qt5-dev
This relies on ppa:canonical-
To post a comment you must log in.
Unmerged revisions
- 74. By Michał Sawicz
-
[debian] build both qt4 and qt5 versions
- 73. By Michał Sawicz
-
drop empty build dir
- 72. By Albert Astals Cid
-
qt4 and qt5 code port
debian folder missing
It's looking pretty good. However, first some things to fix before merging it:
- Don't install it in /opt/qt5 and directly install it in a qt5-based system lib/ directory.
- the symbols files shouldn't have the ubuntu version in it, just the upstream one.
- for coherence with the other packages, we need to set Vcs-Bzr for other people touching the package, have the build-dep ordered, install --fail-missing and using GENSYMBOL level 4 to not miss anything in the symbols file.
I can help you with the last item, can you push the branch on ~unity-team so that I can add those revs?