This should be simple. I'm looking for the .PRO variable which will let one override the target names which come up on the config screen when you first open a .PRO file. Yes, I know one can change the destination directory with DEST_DIR, what I'm trying to override names assigned for debug and release.

Say you have a library template for a library called apples. The mangler generates

blah/blah/blah/libapples-build-Destop-Debug
blah/blah/blah/libapples-build-Destop-Release

depending on what tool set was installed in what order.

What we would like to do is have variables such as DEBUG_BUILD_DIR and RELEASE_BUILD_DIR which lets us bypass the mangling generator.

Thanks,