Re: [Development] qmake output folder format

2015-03-02 Thread Thiago Macieira
On Monday 02 March 2015 23:05:24 wim delvaux wrote: > Hi all, > > I have this project without any special defined variables. > > It produces its output under windows in build-x-y-z-debug/debug and > build-x-y-z-release/release. > > In linux it is build-x-y-z-debug > > Why under windows this dou

[Development] qmake output folder format

2015-03-02 Thread wim delvaux
Hi all, I have this project without any special defined variables. It produces its output under windows in build-x-y-z-debug/debug and build-x-y-z-release/release. In linux it is build-x-y-z-debug Why under windows this double output ? How can I eliminate the second debug folder ? It is really