Re: QGIS 2.14 & Qt5

2016-03-15 Thread Dmitry Shachnev
Hi Sebastiaan, On Tue, Mar 15, 2016 at 10:10:09PM +0100, Sebastiaan Couwenberg wrote: > There is also an issue with the uid widget-plugins installation path, > the configuration differs between PyQt4 & PyQt5, the default_mod_dir for > Qt4 is /usr/lib/python2.7/dist-packages/PyQt4, for Qt5 it's > /

Re: QGIS 2.14 & Qt5

2016-03-15 Thread Sebastiaan Couwenberg
On 03/15/2016 06:27 PM, Dmitry Shachnev wrote: > Hi Matthias, > > On Tue, Mar 15, 2016 at 08:22:23AM +0100, Matthias Kuhn wrote: The third build failed due to errors in QGIS server because QtNetwork/QFtp is no longer available in Qt5, also disabled for now. Thes

Re: QGIS 2.14 & Qt5

2016-03-15 Thread Dmitry Shachnev
Hi Matthias, On Tue, Mar 15, 2016 at 08:22:23AM +0100, Matthias Kuhn wrote: > >> The third build failed due to errors in QGIS server > >> because > >> QtNetwork/QFtp is no longer available in Qt5, also disabled for now. > >> These changes allow the build to succeed with Qt5. > > F

Re: QGIS 2.14 & Qt5

2016-03-15 Thread Matthias Kuhn
>> The third build failed due to errors in QGIS server >> because >> QtNetwork/QFtp is no longer available in Qt5, also disabled for now. >> These changes allow the build to succeed with Qt5. FYI, the dependency on QFtp and QHttp has been removed from Qt5 (server) builds in master.