質問

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?

役に立ちましたか?

解決

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top