'QObject' file not found
-
wrote on 11 Dec 2023, 14:12 last edited by
-
-
My hard disk broke, so I installed qt creator on a new hard disk. I copied the project folder under development here and opened the project. But why do I get the following error?
I installed all the libraries that were installed from the qt creator I used before.- close the project
- delete the *.user file of your project
- open the project anew in qtcreator
- follow the project setup wizard
- if still errors, try compiling despite errors, this is an IDE code parsing problem.
- if still persistent show us your projects tab and/or the kit section of QtCreator
-
-
- close the project
- delete the *.user file of your project
- open the project anew in qtcreator
- follow the project setup wizard
- if still errors, try compiling despite errors, this is an IDE code parsing problem.
- if still persistent show us your projects tab and/or the kit section of QtCreator
wrote on 11 Dec 2023, 15:39 last edited by MyNameIsQt 12 Nov 2023, 15:58 -
@J-Hilk
Thanks.
wrote on 11 Dec 2023, 16:06 last edited by -
@J-Hilk
Thanks.
wrote on 11 Dec 2023, 17:40 last edited by Pl45m4 12 Nov 2023, 17:41What is this symbol/char, where you would expect a slash (
/
) as path separator?
Did you copy your settings from the broken drive?Edit:
It's the
₩
Won currency symbol, right?!
I don't think this should be in your Qt Kit path... -
What is this symbol/char, where you would expect a slash (
/
) as path separator?
Did you copy your settings from the broken drive?Edit:
It's the
₩
Won currency symbol, right?!
I don't think this should be in your Qt Kit path...wrote on 11 Dec 2023, 18:58 last edited by cristian-adam 12 Nov 2023, 19:13Windows is using
\
as₩
when using some Korean code page. And this is normal, unless₩
is used as the Unicode symbol and not\
.Qt Creator should display
\
correctly since is a Unicode application.What happens if you build a new Qt Widgets application? Does it compile?
1/6