[Solved] Resource file not found when compiling
-
When looking at my project file in Qt Creator, it indicates that I'm including 2 resource files:
RESOURCES += \
GUIResources.qrc \
Traductions.qrcI can open these file in Qt Creator, and everything looks fine. When I build my project, I get the following error: [qrc_GUIResources.cpp] Error 1 File not found. When I look in the release folder, I see all the other files built by the compiler, but there are no .cpp files for the resource files.
Under the Build menu, I've tried cleaning my project, run Qmake and finally rebuilding my project. Nothing seems to matter; I always get the same error. What am I missing?
-
Just did mark it as solved.
This might be because you have signed up lately. Not sure what the restrictions are, but it is meant for spam prevention.Otherwise at your top post respectively any other post you should see a gear wheel at the right. Click on this and on the left button showing up. In general it is self-explanatory and I am sure you will find it next time.