Qt not reading my project
-
Hello! Why is my code not opening? I've never encountered such a problem before. It tries to read the project but it doesn't.
-
Hello! Why is my code not opening? I've never encountered such a problem before. It tries to read the project but it doesn't.
@Rumeysa_135
Try reboot? Try with a different project? See if it is having trouble with something in the particular project's.pro
or CMakelist thingie, maybe by editing/reducing? -
@Rumeysa_135
Try reboot? Try with a different project? See if it is having trouble with something in the particular project's.pro
or CMakelist thingie, maybe by editing/reducing?@JonB I restarted. It opens my other projects, only this project does not open.
-
C Christian Ehrlicher moved this topic from General and Desktop on
-
@JonB I restarted. It opens my other projects, only this project does not open.
@Rumeysa_135 hi,
As @JonB requested, are you using a
.pro
file ? ACMakeLists.txt
? In either cases, are you sure its content is valid ? -
@Rumeysa_135 hi,
As @JonB requested, are you using a
.pro
file ? ACMakeLists.txt
? In either cases, are you sure its content is valid ?@SGaist I am using .pro file.
-
@SGaist I am using .pro file.
@Rumeysa_135 And did you check its content as was suggested?
-
@Rumeysa_135 And did you check its content as was suggested?
@jsulm Yes I checked. The day before, the project was opening and there was no problem, but now it tries to read the project and it stays like that. He keeps trying to read and doesn't continue. I tried other projects, there is no problem with them, it only does this for this project.
-
@jsulm Yes I checked. The day before, the project was opening and there was no problem, but now it tries to read the project and it stays like that. He keeps trying to read and doesn't continue. I tried other projects, there is no problem with them, it only does this for this project.
@Rumeysa_135 You might want to share the project file content just in case there's something you've missed.
Did you also check it for any strange characters ?
Can you build the project from the command line ? -
Hello! Why is my code not opening? I've never encountered such a problem before. It tries to read the project but it doesn't.
@Rumeysa_135 What OS? If Linux - Can you start .pro from "file manager"? Or use windoze equivalent of " file manager ".
-
@sdahd Please post in english or use the chineese subforum.
-
@sdahd Please post in english or use the chineese subforum.
@Christian-Ehrlicher Do you know how to solve this problem?
-
@Christian-Ehrlicher Do you know how to solve this problem?
@sdahd What problem? You did not tell us anything about your environment - do you use qmake or cmake, is the compiler properly configured in the kits etc.
-
@sdahd What problem? You did not tell us anything about your environment - do you use qmake or cmake, is the compiler properly configured in the kits etc.
@Christian-Ehrlicher
The version I am using is Qt 5.15.2. When using qmake, my project cannot run and the bottom right corner keeps displaying "reading project". However, when using cmake or qbs, my project can run. How can I solve this problem?