Qt 6.11 is out! See what's new in the release
blog
Headers not found
Installation and Deployment
3
Posts
3
Posters
3.0k
Views
1
Watching
-
Hi
why it doesn't find my headers, even with an absolute path?in the *.pro file:
INCLUDEPATH += ../SDK/bla/blaMin a *.h file i do:
#include "ataAccess.h"and get:
/ataAccess.h: No such file or directory
Many thanks -
The INCLUDEPATH variable can contain relative paths. But those are resolved relatively to the build dir, so that might be an issue here.