Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-12652

should not use qmake -r for qt5 projects

    XMLWordPrintable

Details

    Description

      qmake -r is slow (due to not being parallelized). in some cases, it also produces subtly different effects than a plain qmake/make. the reliability problems of non-recursive qmake known from qt4 do not exist in qt5 any more.

      therefore, qmake -r should not be used.

      for fresh build trees, a simple qmake/make is sufficient.
      for every other case where a qmake run must be enforced, the qmake call must be followed by "make qmake_all", which does the recursion via make.

      Attachments

        Issue Links

          For Gerrit Dashboard: QTCREATORBUG-12652
          # Subject Branch Project Status CR V

          Activity

            People

              hunger Tobias Hunger
              buddenha Oswald Buddenhagen
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes