Qt 6.11 is out! See what's new in the release
blog
QtNetworkSettings not working
-
Hi all,
I want to use QtNetworkSettings for my application. But when I try to include <QtNetworkSettings> error: No such file or directory.
I tried adding the following in .pro file:
- QT += network
- QT += gui core network
Still facing same error.
Any idea how to use this feature in qt.
-
Hi all,
I want to use QtNetworkSettings for my application. But when I try to include <QtNetworkSettings> error: No such file or directory.
I tried adding the following in .pro file:
- QT += network
- QT += gui core network
Still facing same error.
Any idea how to use this feature in qt.
@manny_lp Please take a look at https://doc.qt.io/QtDeviceUtilities/qtnetworksettings-module.html and fix your pro file