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

Android: build system dependencies are wrong

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2: Important
    • 6.1.2, 6.2.0 Alpha
    • 6.2.0 FF
    • Build System
    • None
    • Linux/X11
    • 76eefab088b64f9ba4e5f5c48612bfdd3552081d (qt/qtbase/dev) f8238c302fbcd116414c25582d8c999e34a1f00a (qt/tqtc-qtbase/6.1.2)

    Description

      Hi.
      I observed this in QtBluetooth, but I suspect it is not related to bluetooth.
      I am building for Android and test on my phone.

      I have the following situation:

      1. I configure qtconnectivity
      2. I build "cmake --build ."
      3. I run a test "ctest -V -R tst_large"
      4. I change some code
      5. I build again "cmake --build ."
      6. I run the tests again "ctest -V -R tst_large"

      The second test run still tests the unmodified code. Even though the build step seems to build everything again.

      My workaround at the moment is to "rm -rf" the build folder. So after each code change, I nuke the build folder, then configure, build from scratch and then run the tests.

      Attachments

        Issue Links

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

          Activity

            People

              jbornema Joerg Bornemann
              andreasbuhr Andreas Buhr
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes