-1

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?

NG_
  • 6,895
  • 7
  • 45
  • 67
gavr
  • 807
  • 7
  • 16

1 Answers1

1

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

dtech
  • 47,916
  • 17
  • 112
  • 190