qt problem , qt creator open just .pro file
-
wrote on 26 Oct 2019, 21:53 last edited by
-
Hi and welcome to devnet,
What version of Qt Creator are you running ?
What version of Qt are you using
What OS are you on ?
How did you open the project ?
Is it a folder with special characters ?
Is it a new project you created ?
If not, where did you get that project from ? -
wrote on 26 Oct 2019, 22:49 last edited by
i'm using and running qt creator 4.10.0
windos 10,i created a new project (qt widgets application) -
You didn't answer to all the questions.
-
wrote on 29 Oct 2019, 10:48 last edited by
What version of Qt Creator are you running ?
-qt creator 4.10.0
What version of Qt are you using
4.10.0
What OS are you on ?
windos 10
How did you open the project ?
-i created a new project named it wii it's a qt widget application
Is it a folder with special characters ?
-no
Is it a new project you created ?
-yes
If not, where did you get that project from ? -
What version of Qt Creator are you running ?
-qt creator 4.10.0
What version of Qt are you using
4.10.0
What OS are you on ?
windos 10
How did you open the project ?
-i created a new project named it wii it's a qt widget application
Is it a folder with special characters ?
-no
Is it a new project you created ?
-yes
If not, where did you get that project from ?@fatimaabdawa said in qt problem , qt creator open just .pro file:
What version of Qt are you using
4.10.0There is no such Qt version. Last Qt4 release was 4.8.7
What happens if you execute QMake? Right-click on project in the left "Projects" view and then click on "Run qmake".
-
wrote on 12 May 2021, 02:20 last edited by
there is a solution you can try:
- open Tools->Options->Kits
2)see Auto-detected->choose Desktop Qt....MSVC(MinGW)..64bit(32bit)->Add
3)reopen your project->select All Kits->configure project
- open Tools->Options->Kits