[Qgis-developer] wms build problem

Tom Elwertowski telwertowski at comcast.net
Thu Jan 8 12:30:20 EST 2009


Steven Bell wrote:
> error: 'HttpCachingProxy' is not a member of 'QNetworkProxy'
> error: 'FtpCachingProxy' is not a member of 'QNetworkProxy'

These two items were introduced in Qt 4.4. Usually the Qt documentation 
mentions when new things are added but in this case it does not.

A quick workaround is to bracket the two "else if {...} else if {... }" with
#if QT_VERSION >= 0x040400
#endif

Since this workaround ignores these values, a complete fix for Qt4.3 
should also prevent users from setting these values elsewhere.

Tom


More information about the Qgis-developer mailing list