[Debian-med-packaging] Bug#874858: Please help switching edfbrowser to Qt5
Nicolas Guilbert
nicolas at ange.dk
Sun Sep 10 06:50:24 UTC 2017
Hi Andreas,
On 09/10/2017 07:56 AM, Andreas Tille wrote:
> Hi,
>
> I tried to switch edfbrowser[1] from Qt4 to Qt5 since upstream confirmed that
> it builds with Qt5. I tried the following patch:
>
> diff --git a/debian/control b/debian/control
> index b5f9eec..a24d609 100644
> --- a/debian/control
> +++ b/debian/control
> @@ -5,8 +5,8 @@ Uploaders: Bas Zoetekouw <bas at debian.org>,
> Section: science
> Priority: optional
> Build-Depends: debhelper (>= 10),
> - libqt4-dev,
> - qt4-qmake
> + qt5-qmake,
> + qtbase5-dev
>
The change
- , qt4-qmake
- , libqt4-dev
- , libqt4-opengl-dev
+ , qt5-qmake
+ , qtbase5-dev
+ , qtbase5-dev-tools
+ , libqt5opengl5-dev
+ , qttools5-dev-tools
was the minimal set that did the job for me.
I guess you won't need libqt5opengl5-dev.
Cheers
Nicolas
More information about the Debian-med-packaging
mailing list