Run configuration, debug and release builds
-
Hello,
I have a debug and a release build of a(n external) project which acts as a custom (Qt) plugin host.
I build my custom plugin project in debug and release mode. I added build steps to copy my dll to the correct folder: "bin" of the relevant base project (c:\mainProject\debug\bin or c:\mainProject\relWithDebInfo\bin). Now I would like to run an executable located at c:\mainProject\ whatever, "debug" or "relWithDebInfo" \bin\launcher.exe
How can I parametrize this? Can I do this?
I also read this when browsing for ideas in the forum: http://qt-project.org/forums/viewthread/15717
Thanks