Hello,

in the mean time I found out the solution. Sorry. Here it is in case someone is looking for it.

First, I have to set the paths in the <project>.pro file and don't use build additional argument field.

Second, the syntax is then very simple
INCLUDE_PATH += $$(MITK_INCLUDE_PATH)

Unfortunately, the paths in the environment must be separated by spaces. The ';' separator is not recognized.
If the paths contain spaces, then they should be enclosed in double quotes.
This works well.


--
Ch. Meessen

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to