Unable to create New project?
-
Hi,
I am getting errors to create New project in Qr. The errors are:
******Running Windows Runtime device detection.
C:/Qt/5.13.0/winrt_armv7_msvc2017/bin/winrtrunner.exe --list-devices
Running Windows Runtime device detection.
C:/Qt/5.13.0/winrt_armv7_msvc2017/bin/winrtrunner.exe --list-devices
Running Windows Runtime device detection.
C:/Qt/5.13.0/winrt_armv7_msvc2017/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 'clang++'. Output:===================
Maybe you forgot to setup the environment?
Error while parsing file D:\untitled\untitled.pro. Giving up.******Thanks
-
Your post is missing essential information about how and what you are trying.
Are you using Qt Creator for new project creation?
Is it properly setup?
What is the target device for your project? -
Hi @koahnig ,
Are you using Qt Creator for new project creation?
-Yeah, I am using the Qt Creator for new project creation.Is it properly setup?
-Yeah, It is properly setup.What is the target device for your project?
- I am using the windows 10 platform to implement the SD card device data read.
Please check the below's picture. You can see only .pro file is generating in all the projects. Other files are not generating.
-
@Mohit-Tripathi please show Compiler, Qt versions and Kits screens from Tools > Options > Kits dialog.
Regards
-
@Mohit-Tripathi So you installed a lot of Qt versions, and those with red exclamation marks are not properly set up.
Which of them do you really want to use?
Do you want to make Desktop apps with MSVC or MinGW?
Do you also want to develop Android or Windows UWP apps?
-
@Mohit-Tripathi said in Unable to create New project?:
C:/Qt/5.13.0/winrt_armv7_msvc2017/bin/winrtrunner.exe --list-devices
Do you want to develop for Windows RT or normal dektop applications?
-
@Mohit-Tripathi Ok, then I'd recommend you to uninstall everything with the MaintenanceTool and do a clean install of e.g. Qt 5.12.4 MinGW 32 bit and the corresponding MinGW compiler.
Make sure you don't select everything you can install, that will lead to confusion like now.
Afterwards it will work like a charm.