Search code examples
qtvisual-studio-2012buildnmake

How do I know which console command Qt is building the project on?


My project unlike this issue is going through MSVC and I'm having troubles with nmake. Is there a way to just see what commands Qt Creator uses when I press Ctrl+R?


Solution

  • Simply click down on the "Compile Output" pane, and it will show you the exact commands that are issued to build the project.