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

ANDROID_EXTRA_LIBS order is not intelligently set

    XMLWordPrintable

Details

    • Android

    Description

      Maybe this is a qmake problem, maybe this is a Creator problem, but I'm going to assume it is an 'androiddeployqt problem.

      When adding extra libs to an android, they need to be loaded in a proper order. The order is all depenencies are loaded first, then the library that depends on them. LDD (or whatever) should be used to inspect the libraries in ANDROID_EXTRA_LIBS and create a sequence that respects this limitation. (Topologically sort) so that the libraries "just work".

      Currently manually reordering these in QtCreator or in the .pro will produce valid behavior.

      Attachments

        Issue Links

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

          Activity

            People

              esabraha Eskil Abrahamsen Blomfeldt
              scorp1us Jason Hihn
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes