Setting up the QT Environment
Solved
Qt Creator and other tools
-
wrote on 17 Aug 2019, 12:55 last edited by
Hello Everyone,
I am new to QT. I just installed it today on Windows 10 after several hours of installation time and waiting. I have written two projects to test it, but I got the error message below for both projects. It asked me, 'Maybe you forgot to set up the environment?' Could someone help me to fix this error, please?
Running Windows Runtime device detection.
C:/Qt/5.13.0/winrt_armv7_msvc2015/bin/winrtrunner.exe --list-devices
Running Windows Runtime device detection.
C:/Qt/5.13.0/winrt_armv7_msvc2015/bin/winrtrunner.exe --list-devices
Running Windows Runtime device detection.
C:/Qt/5.13.0/winrt_armv7_msvc2015/bin/winrtrunner.exe --list-devices
Found 1 Windows Runtime devices.
Found 1 Windows Runtime devices.
Found 1 Windows Runtime devices.
Project ERROR: Cannot run compiler 'cl'. Output:===================
Maybe you forgot to setup the environment?
Error while parsing file C:\MyWork\AllAboutC++\qt-related-work\test\test.pro. Giving up.Your help will be appreciated.
Regards,
Menre -
wrote on 17 Aug 2019, 13:16 last edited by
I have solved my problem. I was able to debug and configure it myself.
-
wrote on 27 Aug 2019, 13:04 last edited by
What did you do to fix your issue? I have the same problem.