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

Qt for Android re-runs couple targets after successfull build

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 6.3
    • Build System: CMake
    • None
    • Android

    Description

      The main ABI miss dep-file dependency to the Multi-ABI external projects. When re-run 'ninja' after the successful build, it runs couple rules that trigger external project build:

      [1/2] Performing qt_add_qml_module_test_build step for 'qt_internal_android_armeabi-v7a'
      ninja: no work to do.
      

      This happens because external projects build steps set the 'ALWAYS' flag to TRUE. The behavior can be changed by using the STAMP_DIR option of ExternalProject_Add and providing the valid timestamp file for each build step.

      Attachments

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

        Activity

          People

            semlanik Alexey Edelev
            semlanik Alexey Edelev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes