Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Unknown module : networkauth
Forum Updated to NodeBB v4.3 + New Features

Unknown module : networkauth

Scheduled Pinned Locked Moved Solved Installation and Deployment
4 Posts 3 Posters 824 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sodu
    wrote on last edited by sodu
    #1

    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 networkauth

    and 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

    1 Reply Last reply
    0
    • Christian EhrlicherC Online
      Christian EhrlicherC Online
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on last edited by
      #2

      I would guess this is not yet ported to Qt6 (at least not in Qt6.0) so use 5.15

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      1 Reply Last reply
      0
      • kkoehneK Offline
        kkoehneK Offline
        kkoehne
        Moderators
        wrote on last edited by
        #3

        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

        Director R&D, The Qt Company

        S 1 Reply Last reply
        1
        • kkoehneK kkoehne

          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

          S Offline
          S Offline
          sodu
          wrote on last edited by
          #4

          @kkoehne it worked!! thank you

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved