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. QVPNClient file not found
Qt 6.11 is out! See what's new in the release blog

QVPNClient file not found

Scheduled Pinned Locked Moved Solved Installation and Deployment
3 Posts 2 Posters 590 Views 1 Watching
  • 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.
  • L Offline
    L Offline
    LeVence
    wrote on last edited by
    #1

    Hello,

    I am a newcomer to the C++ programming language and the Qt framework, but I already have some knowledge of other programming languages.

    I have to develop a VPN program based on the OpenVPN protocol, and since the Qt framework already has OpenVPN integrated by default, I wanted to try it.

    When I try to import the QVPNClient file using #include <QVPNClient> I only get the message that it can't find the file.

    I installed Qt Creator with the Community Bundle and Qt 5.12.3 (full) and 5.12.2 (partial). Do I need any other libraries or is this a commercial feature for which I need to purchase a license?

    Thank you.

    Sincerley
    Chris

    K 1 Reply Last reply
    0
    • L LeVence

      Hello,

      I am a newcomer to the C++ programming language and the Qt framework, but I already have some knowledge of other programming languages.

      I have to develop a VPN program based on the OpenVPN protocol, and since the Qt framework already has OpenVPN integrated by default, I wanted to try it.

      When I try to import the QVPNClient file using #include <QVPNClient> I only get the message that it can't find the file.

      I installed Qt Creator with the Community Bundle and Qt 5.12.3 (full) and 5.12.2 (partial). Do I need any other libraries or is this a commercial feature for which I need to purchase a license?

      Thank you.

      Sincerley
      Chris

      K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      @LeVence

      Hi and welcome to devnet forum

      QVPNClient is not in Qt5 documentation.

      Google dug out a really old documentation page https://doc.qt.io/archives/qtextended4.4/qvpnclient.html#details which is 10 years old. Probably it never made it from Qt4 to Qt5

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      1
      • L Offline
        L Offline
        LeVence
        wrote on last edited by
        #3

        Ahh, I see. Okay, 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