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. [SOLVED] Is it possible to batch build all builds of a project?
QtWS25 Last Chance

[SOLVED] Is it possible to batch build all builds of a project?

Scheduled Pinned Locked Moved Qt Creator and other tools
4 Posts 2 Posters 1.8k Views
  • 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.
  • T3STYT Offline
    T3STYT Offline
    T3STY
    wrote on last edited by
    #1

    Any project would normally have at least debug and release build configurations. In QtCreator you can batch build all currently opened projects. But I couldn't find any option that would build all configurations of a project automatically (both debug and release builds, and any additional configs ones if present)

    Is there a way to make QtCreator do this?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      AFAIK no, but you should verify with the "Qt-creator":http://lists.qt-project.org/mailman/listinfo/qt-creator mailing list. You'll find there Qt Creator's developers/maintainers

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • T3STYT Offline
        T3STYT Offline
        T3STY
        wrote on last edited by
        #3

        I found an answer. It is possible but not directly from QtCreator since there is no menu item that allows you to do it.
        The solution would be to manually create a makefile that batch builds all configs. It might work for small projects since changes might be minimal, but on large projects I doubt someone would go through all the hassle of manually maintaining a make file, updating it every time the project changes...

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          You can also try to make a feature request for that (just check before if nobody already did)

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - 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