Unable to add networksettings module in pro file
-
hi i am currently using Qt version 5.9.6
when i tried to add QT += networksettings in pro file i am getting the
below error unknown module.Project ERROR: Unknown module(s) in QT: networksettings.
-
hi i am currently using Qt version 5.9.6
when i tried to add QT += networksettings in pro file i am getting the
below error unknown module.Project ERROR: Unknown module(s) in QT: networksettings.
Hi, and welcome!
@Rajakumar_QT said in Unable to add networksettings module in pro file:
hi i am currently using Qt version 5.9.6
when i tried to add QT += networksettings in pro file i am getting the
below error unknown module.Project ERROR: Unknown module(s) in QT: networksettings.
This module is part of Qt for Device Creation: https://doc.qt.io/QtDeviceUtilities/qtnetworksettings-module.html
Do you have Qt for Device Creation? See https://doc.qt.io/QtForDeviceCreation/index.html
-
do i have to go for licensed Qt version to use Qt Device Utilities?
-
do i have to go for licensed Qt version to use Qt Device Utilities?
@Rajakumar_QT said in Unable to add networksettings module in pro file:
do i have to go for licensed Qt version to use Qt Device Utilities?
Yes, Qt for Device Creation is a commercial package. See the last link I posted.
-
Thanks for the support.