Tagged Questions
0
votes
1answer
413 views
How can I have Qt Creator to recognize my environment variables?
I use Qt Creator as my main IDE for cross-platform C++ application development. In doing so I had set it up so that it depends on a set of environment variables that I define in .bashrc.
On Linux ...
4
votes
2answers
3k views
Can I create a Desktop Shortcut/Alias to a Folder from the Terminal?
I'd like to create a desktop shortcut to a specific folder, buried deep within ~/Library/. Library is Hidden by default in Lion, and I'd like to keep it that way, for a variety of reasons. Is there a ...