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

androiddeployqt doesn't work well with user's QML module in their subdirectories

    XMLWordPrintable

Details

    Description

      There are lots of 3rd-party QML component libraries (or, modules), and some of them can be used in the form of a git submodule.

      When configuring a user's application with such modules, if the build directory is inside source dir, (e.g. `mkdir build && cd build` for lots of projects), androideployqt recognizes those QML modules as "inside a QML root path" and skips deploying them.

      If such QML modules are skipped, they will not be deployed into the final APK, which causes a "module *** not installed" runtime error and the application exits.

       

      A minimal reproducing example would be https://github.com/moodyhunter/androiddeployqt-in-tree-modules

      Attachments

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

        Activity

          People

            qtandroidteam Qt Android Team
            leroy Haoyu Liu
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes