Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi why it doesn't find my headers, even with an absolute path?
in the *.pro file: INCLUDEPATH += ../SDK/bla/blaM
in a *.h file i do: #include "ataAccess.h"
and get: /ataAccess.h: No such file or directory Many thanks
bq. INCLUDEPATH += ../SDK/bla/blaM
Isn't an absolute path!
The INCLUDEPATH variable can contain relative paths. But those are resolved relatively to the build dir, so that might be an issue here.