Qt 6.11 is out! See what's new in the release
blog
[SOLVED] QHostinfo: no such file or directory
General and Desktop
2
Posts
1
Posters
5.1k
Views
1
Watching
-
i am trying to use QHostinfo to get the ip and domain of the host, but when i try to include QHostinfo i get an error of no such file or directory.
in the .pro i have QT += core gui network.
the QHostinfo.h exists in the qt download package. is there an alternative if i can't solve this?
-
solved. I have to add another qmake location to the options in qt designer