Unknown module : networkauth
-
Hi, i have problem using networkauth library.
i added networkauth library using maintenancetool (since it was optional) after initial qt installation and have confirmed library under Qt directory.
but somehow
project file,
QT += network networkauthand c++
#include <QtNetworkAuth>seems to give me error. Do i have to manually add it to project? if so, how would i do it? i tried but couldn't figure it out.
If it helps, i am using wsl2-ubuntu Qt ver 6.0.1
-
I would guess this is not yet ported to Qt6 (at least not in Qt6.0) so use 5.15
-
It is ported, but not released as a binary package inside the Qt SDK. Instead, you have to build it from source yourself - either manually (e.g. by running $QTDIR/qt-configure-module && cmake --build . && cmake --install .), or by using the conan recipe: https://wiki.qt.io/Qt6_Add-on_src_package_build_using_Conan_package_manager