Re: [Interest] qmake command usage

2015-05-19 Thread Dale Marchand
On 5/19/2015 8:11 AM, Dale Marchand wrote: Can someone explain why the following line in a .pro file fails to create a softlink: system(ln -s /home/marchand/test.xml /home/marchand/test2.xml) but when the output is stored in a variable, the link is created as expected:

Re: [Interest] qmake command usage

2015-05-18 Thread Alex Strickland
On 2015/05/19 01:34 AM, Dale Marchand wrote: Can someone explain why the following line in a .pro file fails to create a softlink: system(ln -s /home/marchand/test.xml /home/marchand/test2.xml) but when the output is stored in a variable, the link is created as expected:

[Interest] qmake command usage

2015-05-18 Thread Dale Marchand
Can someone explain why the following line in a .pro file fails to create a softlink: system(ln -s /home/marchand/test.xml /home/marchand/test2.xml) but when the output is stored in a variable, the link is created as expected: THROW_AWAY_VAR=$$system(ln -s /home/marchand/test.xml