> On Jul 30, 2017, at 5:28 PM, Lubomir I. Ivanov <[email protected]> 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 _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
