-1

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?

Benjol
  • 63,995
  • 54
  • 186
  • 268
deddihp
  • 653
  • 1
  • 6
  • 17

1 Answers1

1

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

Gerstmann
  • 5,368
  • 6
  • 37
  • 57