Question

I want to compile a Qt project on desktop, but I get an error:

QSystemNetworkInfo: file not found.

I have added INCLUDEPATH to my .pro file, but I still get the error.

Any suggestions?

Was it helpful?

Solution

QSystemNetworkInfo class is part of the QtMobility APIs, which is unfortunately unavailable for desktop targets.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top