Do you mean path to header files?
If yes then add path to your pro file, like this:
Qt Code:
INCLUDEPATH += path1 \ path2 \ path3To copy to clipboard, switch view to plain text mode
Do you mean path to header files?
If yes then add path to your pro file, like this:
Qt Code:
INCLUDEPATH += path1 \ path2 \ path3To copy to clipboard, switch view to plain text mode
in fact it doesn't work .the source code is like this
and the files route is like thisQt Code:
#include <taglib/taglib.h>To copy to clipboard, switch view to plain text mode
so how could make sure that the QT could recognize the <taglib/taglib.h> is the file of ./taglib/include/taglib.h
You change <taglib/taglib.h> to <taglib.h> and add the path to the include paths.so how could make sure that the QT could recognize the <taglib/taglib.h> is the file of ./taglib/include/taglib.h
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
Bookmarks