PDA

View Full Version : Use this class QDnsLookup in qt creator



davinciomar
9th September 2016, 13:31
Hi when i try to include this class in my main window:
#include <QDnsLookup>

qt does not recognize it. How can i include this library?

Maybe i need to define in headers files too? Someone used this class in the past or now¿ Some guide? sorry again and i wait your suggestions

anda_skoa
9th September 2016, 14:56
Have you added "network" to your "QT" configuration in your .pro file?

Cheers,
_

davinciomar
9th September 2016, 15:21
it is solved i dint save .pro file and run fine thx