Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. How do you see the commands executed by "Run CMake" in Qt Creator?
Qt 6.11 is out! See what's new in the release blog

How do you see the commands executed by "Run CMake" in Qt Creator?

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
2 Posts 2 Posters 497 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • StokestackS Offline
    StokestackS Offline
    Stokestack
    wrote on last edited by Stokestack
    #1

    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!

    jsulmJ 1 Reply Last reply
    0
    • StokestackS Stokestack

      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!

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Stokestack It should be in "Compile Output" tab at the bottom

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved