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

Android dependency scanning from CMake

XMLWordPrintable

    • Icon: User Story User Story
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • None
    • Build System
    • None

      One main job that androiddeployqt currently does is dependency scanning, which we could include under it:

      • Module libraries
      • Jar files
      • Permissions and features
      • Plugin libraries

      Then writing all this into the libs.xml file as an Android project's resources.

      Since CMake, has already all those details readily available, we should also cut the extra step of using androiddeployqt. We would still have some steps where qmlimportscanner is called externally, and that's something that CMake can also handle.

      It's a good idea here to add some tests to ensure the same resulting artifacts compared to androiddeployqt.

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

            qtbuildsystem Qt Build System Team
            assam Assam Boudjelthia
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes