UWP with QtCreator Issue: standard cube example
-
Hi all,
how can the standard Qt cube example:
https://doc.qt.io/qt-5/qtopengl-cube-example.html
built for UWP?
I get the following error message:
- 'cl' is not recognized as an internal or external command,
operable program or batch file.
Error while building/deploying project cube (kit: Qt 5.14.2 for UWP 64bit (MSVC 2017))
The kit Qt 5.14.2 for UWP 64bit (MSVC 2017) has configuration issues which might be the root cause for this problem.
In comparison, with the non UWP Kit, everything works.
My settings:
I used Visual Studio 2017.Please let me know if other details are necessary.
Any kind of help is highly appreciated.
Thanks and regards,
Paul - 'cl' is not recognized as an internal or external command,
-
@Paul-Klee said in UWP with QtCreator Issue: standard cube example:
The kit Qt 5.14.2 for UWP 64bit (MSVC 2017) has configuration issues which might be the root cause for this problem.
Move the mouse cursor over the yellow icon with exclamation mark next and see what is in the pop-up text.
-
Hi,
I could solve my problem with the hints given here on this page:
https://stefanwick.com/2018/10/21/qt-uwp-raspberry-pi/
Thanks,
Paul