[Qt-creator] how to set binary different in debug and release mode
André Pönitz
andre.poenitz at nokia.com
Mon Aug 16 15:23:12 CEST 2010
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'
More information about the Qt-creator-old
mailing list