Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-74859

Processing of .qmake.super and .qmake.conf is not done with -nocache or -cache

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P4: Low
    • None
    • 5.12.2
    • Build tools: qmake
    • None
    • All

    Description

      When calling "qmake -nocache" or "qmake -cache myqmake.cache" we have the effect, that the .qmake.super and .qmake.conf files are not processed. This can be seen, when looking at the implementation in qtbase/qmake/library/qmakeevaluator.cpp: QMakeEvaluator::prepareProject

      In my project I rely on having a .qmake.conf file and my whole build process is broken, when it is not processed.

      As .qmake.conf is not created by qmake I don't see why it is considered being a cache file that has to be skipped when -nocache is used. And when setting an individual cache file with -cache myqmake.cache it is even more obvious, that conf and cache files are not related.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qtbuildsystem Qt Build System Team
            uwe Uwe Rathmann
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes