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

Re: [Interest] Interest Digest, Vol 44, Issue 51

2015-05-19 Thread Dale Marchand
On 5/18/2015 11:46 PM, interest-requ...@qt-project.org 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 create

[Interest] qmake command usage

2015-05-18 Thread Dale Marchand
/marchand/test2.xml) This is using qmake bundled with Qt 5.4.1. Dale Dale Marchand ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Window with parent stays on top

2015-03-03 Thread Dale Marchand
Hi, I have an application that we're porting from Qt 4.7 (don't ask) to Qt 5.4, and one of the behavior changes I'm dealing with is that all separate windows with a parent are staying on top of the parent window. For example, if I have these widgets: QMainWindow *mainWindow = new QMainWindow(