开发者

How to automatically set enviropment variables into Qt Creator from .bashrc?

开发者 https://www.devze.com 2023-03-23 18:34 出处:网络
How to automatically开发者_如何学JAVA set environment variables into Qt Creator\'s build environment from .bashrc?Assuming that you are starting qt creator from the command line, you can just add them

How to automatically开发者_如何学JAVA set environment variables into Qt Creator's build environment from .bashrc?


Assuming that you are starting qt creator from the command line, you can just add them like any other global variables, i.e. something as simple as QT_VARIABLE=whatever

0

精彩评论

暂无评论...
验证码 换一张
取 消