[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Please help switching edfbrowser to Qt5



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@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


Reply to: