[mythtv-users] Upgrade fixes/27: MythUIWebBrowser has not yet been ported to Qt5

Angela angela.schmid at wolke7.net
Mon Oct 5 19:38:55 UTC 2015


I found the culprit:

https://github.com/MythTV/mythtv/blob/master/mythplugins/README
After running configure with whatever options you need, just:
  qmake mythplugins.pro
  make
  make install

Although configure picks up the correct qt4 make.
        qmake          /usr/bin/qmake-qt4

  qmake mythplugins.pro
generates a Makefile with
QMAKE         = /usr/lib/x86_64-linux-gnu/qt5/bin/qmake

Changed into:
qmake-qt4 mythplugins.pro
generates a Makefile with
QMAKE         = /usr/bin/qmake-qt4

Compile went smooth after.


Angela

> -----Original Message-----
> From: mythtv-users [mailto:mythtv-users-bounces at mythtv.org] On Behalf Of
> Gary Buhrmaster
> Sent: 04 October 2015 17:25
> To: Discussion about MythTV <mythtv-users at mythtv.org>
> Subject: Re: [mythtv-users] Upgrade fixes/27: MythUIWebBrowser has not yet
> been ported to Qt5
> 
> On Sun, Oct 4, 2015 at 3:10 PM, Angela <angela.schmid at wolke7.net> wrote:
> > MythTV latest fixes/27 (since June version 27.05) needs Qt5
> 
> *needs*?
> 
> fixes/0.27 was not supposed to require Qt5 (and AFAIK still does not.
What
> commit changed that for you?  The build bots still use Qt4 for
fixes/0.27).  And
> 0.27 was never expected to be fully Qt5 complaint  Master requires Qt5.
Some
> recent patches in master are not Qt4 compliant, so backporting would
require
> someone to spend time adding in dual-pathing support.  I suspect that is
not
> going to be something that is going to be prioritized.
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://lists.mythtv.org/mailman/listinfo/mythtv-users
> http://wiki.mythtv.org/Mailing_List_etiquette
> MythTV Forums: https://forum.mythtv.org



More information about the mythtv-users mailing list