qt not working|, i have attached images
-
hello
qt suddenly decided to stop working and how im getting this kinda error msg
Running Windows Runtime device detection.
No winrtrunner.exe found.
Could not find qmake spec 'default'.

i hope someone answers this
thankyou@kreigu
Hi
you kits are broken or this project is not setup.
Try to close Creator and delete any .user files in the project folder.
Then open the .pro File
Check what it offers for compilers.
If none, go into options and look at the kits to se if something is missing.Also try to generate a new default GUI app and see if that runs.
-
@kreigu
Hi
you kits are broken or this project is not setup.
Try to close Creator and delete any .user files in the project folder.
Then open the .pro File
Check what it offers for compilers.
If none, go into options and look at the kits to se if something is missing.Also try to generate a new default GUI app and see if that runs.
-
@mrjj tnx for the reply, i think kits are missing....

i tried reinstalling but the same problem exists :(
@kreigu
Yeah them seem missing.
What did you have before mingw or visual studio?
and what do u have undre Qt versions ? ( next tab in last image )Reinstalling normally solves it. Did you select same Qt this time ?
Normally it looks something like

-
@kreigu
Yeah them seem missing.
What did you have before mingw or visual studio?
and what do u have undre Qt versions ? ( next tab in last image )Reinstalling normally solves it. Did you select same Qt this time ?
Normally it looks something like

-
@mrjj i don't know what I had (mingw or visual studio) ,
no, previously i had some other variant, i tried new update today -
@kreigu
Ok, if selecting visual studio version, one must go and download compiler from microsoft. Its not included.Please try only selecting mingw Qt in installer.
It has compiler included.
-
@mrjjI did like you suggested but i do face a problem....everything is fine if i start typing a new program
but if i run old code, i am always getting same output ,in my case i ran Fibonacci series , now all of my old codes gives Fibonacci results@kreigu
Im not really sure how that is possible :)
Try to delete the .user file for old project and select kit again.
Also go and delete the build folder so no old files remains.
If still od things going on, check inside the .pro file
taht you link to the file you think etc. -
@kreigu
Im not really sure how that is possible :)
Try to delete the .user file for old project and select kit again.
Also go and delete the build folder so no old files remains.
If still od things going on, check inside the .pro file
taht you link to the file you think etc. -
Hi,
Then try the brute force version:
- Start a new project
- Ensure it compiles cleanly
- Copy your old code in this new project