Hi,
If I understand this correctly, the moc files that get generated when the project is built that basically add code that provides signals and slots functionality and probably other things.
I'm getting an error however which basically says that in one of these generated moc files,
"No such file or directory" for one of the .h files that is in my project structure. My files are all in the same folder including the .pro file so I don't think I need to add INCLUDEPATH in the .pro file. I'm not sure why the compiler isn't seeing it.
I've searched through other peoples problems with this but that hasn't helpedeveryone has different ways of solving these problems that don't apply in my case e.g. people switching from windows to ubuntu or simply deleting the build files and building a fresh project.
Any ideas where to look to solve this?
I've had issues with moc files before but never managed to fully understand how to solve them, would like to get over this bridge this time.
Bookmarks