I have a project which is named as "imagedebug" and I want to specify the same target output directory for both debug and release config. DESTDIR is pecified to
"$${_PRO_FILE_PWD_}/../../release/ImageDebugHisi3518-1.0". but when I build debug version, the "release" keyword of DESTDIR is replaced by "debug", and when
I build release version, the "imagedebug" keyword of $${_PRO_FILE_PWD_} is replaced by "imagerelease". Does it a bug of qmake?