Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I have some problem on retrieving the target exe of a build configuration using QtCreator API. I need it because i have to pass it to external tool, using my plugin. Some one have some idea? Thanks
You are probably looking for DESTDIR qmake command. Best to place it in your .pro file where you have also TARGET and other stuff set.
And how i can retrieve it trough the API??