I have many environment variables set with 'export' in my ~/.bashrc. My .profile sources my .bashrc with
source /home/doriad/.bashrc
However, QtCreator doesn't seem to know about these environment variables. If, instead, I put the exports directly in the .profile, QtCreator has them correctly. Any suggestions on what I'm doing wrong here?