You can use makefile variables in your .pro to specifiy your include path.
INCLUDEPATH may be useful for you.
Others are described there :
http://qt.nokia.com/doc/4.5/qmake-va...reference.html
Then you just need to include headers
You can use makefile variables in your .pro to specifiy your include path.
INCLUDEPATH may be useful for you.
Others are described there :
http://qt.nokia.com/doc/4.5/qmake-va...reference.html
Then you just need to include headers
Last edited by scascio; 28th September 2009 at 13:17. Reason: formatting
MarkoSan (28th September 2009)
Bookmarks