How do you see the commands executed by "Run CMake" in Qt Creator?
-
I'm trying to automate builds using a script, so I need to replicate everything Qt Creator does when building. It's an all-CMake-based project.
I've tried copying the contents of "Initial CMake parameters" in the project settings and issuing those in a CMake command, then building; this doesn't work.
So I need to capture every invocation of every build tool involved in generating the application (a Mac app, in this case). I'd appreciate any insights anyone has about this. Thanks!
-
I'm trying to automate builds using a script, so I need to replicate everything Qt Creator does when building. It's an all-CMake-based project.
I've tried copying the contents of "Initial CMake parameters" in the project settings and issuing those in a CMake command, then building; this doesn't work.
So I need to capture every invocation of every build tool involved in generating the application (a Mac app, in this case). I'd appreciate any insights anyone has about this. Thanks!
@Stokestack It should be in "Compile Output" tab at the bottom