MSVC build problem - cloud project

• Jan 13, 2023 - 15:20
Reported version
4.x-dev
Type
Development
Frequency
Once
Severity
S4 - Minor
Reproducibility
Always
Status
closed
Regression
No
Workaround
No
Project

The Visual Studio build (in master) for "cloud" is missing 3 things:
1. Include folders for cloud project missing "additional include directories" -- QTNetworkAuth
2. Linker for mscore project missing "additional dependencies" -- QT5NetworkAuth.lib
3. Install doesn't copy QTNetworkAuth DLL to msvc_install_x64/bin

Can anyone tell me where these things are done during the cmake autogen process. When I fix manually my changes are smashed by some robot somewhere :-)


Comments