I use Qt Creator to manage my C++ codes on xubuntu 12.04 LTS. I have a bunch of environment variables defined in .bashrc_vars that are loaded in .bashrc. These variables are required for building my application and I need Qt Creator to load them on start up.
If I start Qt Creator from terminal, the variables are loaded but when I click on the icon they don't. How can I fix this?