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. Qmake subdirs project: Continue building beyond first error?
Forum Updated to NodeBB v4.3 + New Features

Qmake subdirs project: Continue building beyond first error?

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

    I'm not sure whether this is a qmake or make thing, but I hope you'd know either way:

    I have a subdirs project with multiple sub-project, some of them dependent on each other, some not. All but the final project are static libs. They are linked together in the final "main" project that produces the executable.

    When a compile error occurs, build stops immediately. Is there a way to have the build process continue, at least with those projects that do not depend on the project where the error occurred? It's often tedious to fix bugs one at a time, especially since different people work on different of the projects.

    1 Reply Last reply
    0
    • D Offline
      D Offline
      danimo
      wrote on last edited by
      #2

      This is not a qmake problem, but the problem of the build tool qmake generates files for. If you are using make, @make -k@ or @make -ki@ is what you are looking for.

      1 Reply Last reply
      0
      • A Offline
        A Offline
        Asperamanca
        wrote on last edited by
        #3

        That was what I needed.

        Thanks!

        1 Reply Last reply
        0
        • A Offline
          A Offline
          Asperamanca
          wrote on last edited by
          #4

          PS: A simple "Thanks" seems to be too short for a posting. Had the error message wording be any better, you would have gotten it right away.

          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