Hi ,administrator.
Recently I am using QT Creator to develop some applications. I Want to set the include path and library path for all projects i created.
For example , i usually needs to use the boost library , currently i have to add the library path and include path while i am creating a new project, when the project is huge, this seems a little boring.
Is there one way to set the include path and library path that could be applied for all the projects?
I tried eclipse for C++ version,it seems that eclipse will auto load the CPLUS_INCLUDE_PATH defined in .bashrc.
Can QT Creator do this ? If it can ,how could i set it ?