On Monday 16 August 2010 15:11:30 ext Matthias Pospiech wrote:
> [...]
> CONFIG(debug, debug|release):win32:BINARY_NAME = $$join(BINARY_NAME,,,d)
> 
> TARGET = $${BINARY_NAME}
> 
> BIN_DIR = ../bin
> 
> debug:DESTDIR = $${BIN_DIR}/$${COMPILER}/debug/
> [...]

Does using 

   CONFIG(debug, debug|release):DESTDIR = $${BIN_DIR}/$${COMPILER}/debug/

make a difference?

Andre'
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to