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

Problem with build system dependencies regarding Java code

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.2.0 FF
    • Build System: CMake
    • None
    • Android

    Description

      I use qtconnectivity

      I am using the test in https://codereview.qt-project.org/c/qt/qtconnectivity/+/347342 .

      If I change src/android/bluetooth/src/org/qtproject/qt/android/bluetooth/QtBluetoothLE.java and afterwards run "ninja tst_qlowenergycontroller_device_check", the code change is not reflected.

      I tried "find -name android-build -exec rm -rf {} \;" and then "ninja tst_qlowenergycontroller_device_check" but that did not help.

      I tried "ninja clean" and then "ninja tst_qlowenergycontroller_device_check" but then the build is not successful.

      My workaround is at the moment

      "ninja clean", "cmake --build .", "ninja tst_qlowenergycontroller_device_check". This leads to changes in QtBluetoothLE.java to be picked up.

      Attachments

        Issue Links

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

          Activity

            People

              qtbuildsystem Qt Build System Team
              andreasbuhr Andreas Buhr
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes