networkauth not found in qt c++
-
Hello,
I try to include the google drive api in my programm. I followed the steps on this page. https://www.qt.io/blog/2017/01/25/connecting-qt-application-google-services-using-oauth-2-0
I can not use QOAuth2AuthorizationCodeFlow. Qt did not find it. I researched in the internet and find out, that i need to include QT += networkauth. But then it says "Unknown Module". -
Hi,
Which version of Qt are you using ?
How did you install it ?
Depending on that, you may have to build and install the module before being able to use it. -
In that case, you can clone the repository and build the module yourself.
-
@MEsc said in networkauth not found in qt c++:
@MEsc I am not really experienced in including libraries.
Open the top level Ë‹CMakeLists.txt` with Qt Creator
Add a new build step that will install the module.
Build it once for release and once per desktop
Use it