MXE and Qt 5.9.0

Dirk Hohndel dirk at hohndel.org
Sun Jul 30 17:34:08 PDT 2017


> On Jul 30, 2017, at 5:28 PM, Lubomir I. Ivanov <neolit123 at gmail.com> wrote:
> looks like the QGeoCodeReply::aborted() signal was added in Qt 5.9.
> 
> The 5.8 version of ESRI might build with 5.7.1.
> https://github.com/qt/qtlocation/tree/5.8/
> https://github.com/qt/qtlocation/tree/5.8/src/plugins/geoservices/esri
> 
> it uses:
> connect(m_reply, SIGNAL(error(QNetworkReply::NetworkError)), this,
> SLOT(networkReplyError(QNetworkReply::NetworkError)));
> 
> but it might be using other Qt 5.8 exclusive features.

I think what I need to figure out is how to get WebKit to work on latest MXE
Sadly, the "new and improved" QtWebKit 5.212 doesn't support cross compiling 
at all (it quite explicitly disables it... great).

This is a wonderful combination of "all choices I can see lead to road
blocks".

Arg.

/D


More information about the subsurface mailing list