How do I stop Qt Creator placing my executable in a “debug” subdirectory?
问题 I'm building a project in Qt Creator, and while I don't care where the intermediate .obj files go it's important that the final executable be put in (and run from) a particular directory where the many dependency DLLs etc. are to be found. So, in Qt Creator, I select the 'Shadow Build' option and specify the path to this directory. What I always find, however, is that instead of being put into this directory, the final executable is always placed into the_Directory_I_Actually_Want/debug ...