Hallo,
I have a variable 'LIBRARYPATH'
which is used in the following way
LIBRARYPATH = E:/Daten/Dev/SVN/library/
INCLUDEPATH += $${LIBRARYPATH}include/Micos/
however this path is different on every computer. If I add
"LIBRARYPATH = E:/Daten/Dev/SVN/library/" to the qmake command line
options the part is not added to the INCLUDEPATH anymore and thus all
include files
within that path are not found. (Marked green in the editor)
So how can I add a Path to qmake on commandline such that QtCreator
still uses it ?
Matthias
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator