Quantcast
Channel: Jobs
Viewing all articles
Browse latest Browse all 18427

How to change the path of the executable for debugging in qt creator

$
0
0
I am using qt creator 2.6.0 for a while with MinGW 4.6.2 (32 bit). In the .pro file I am setting the DEST_DIR to a special folder where all executable reside. I have added recently MingW (dual target 32/64 bit) as a second tool chain. Now the DEST_DIR is set to a different dir to distinguish between the different executable versions. The DEST_DIR is set correctly in the .pro file. That is checked by printing the content. The executable is linked and placed where it should be. However, only the executable for the first tool-chain can be used in the debugger. The path is showing to the correct executable. When switching to the second tool-chain and checking in run the path of the first tool-chain is shown. How can I get access to the proper executable?

Viewing all articles
Browse latest Browse all 18427

Trending Articles