QVPNClient file not found
-
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 -
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