Hi guys, I'm having difficulty using my system enviroment variables inside the .pro file. I've tried both
INCLUDEPATH += $$(HEADER_DIR) and INCLUDEPATH +=$$system(echo $HEADER_VAR) (second one based a suggestion on SO: http://stackoverflow.com/questions/1143354/set-include-path-with-environment-variable-value ) None of them works and Creator cannot parse. Is this possible at all or do I need to copy paste the value of the variables in the .pro file? Thanks
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
