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

Need better Android platform scopes

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Out of scope
    • Not Evaluated
    • None
    • 5.2.1
    • Build tools: qmake
    • None

    Description

      The project file supports 'scopes'. However These scopes are sufficient to handle android elegantly. Currently we can do

      android {
      ANDROID_EXTRA_LIBS = /home/Projects/vinscan/android/libs/armeabi-v7a/libiconv.so
      }
      (Or include ANDROID_EXTRA_LIBS outside the scope. However the libraries are limited to the architecture specified in the library.

      It would be cool if we could use

      android:armeabi-7a {
      ANDROID_EXTRA_LIBS = /home/Projects/vinscan/android/libs/armeabi-v7a/libiconv.so
      }
      android:x86 {
      ANDROID_EXTRA_LIBS = /home/Projects/vinscan/android/libs/x86/libiconv.so
      }
      Or even better
      android:armeabi-7a {
      ANDROID_EXTRA_LIBS = /home/Projects/vinscan/android/libs/$(SUBSCOPE)/libiconv.so
      }
      Where SUBSCOPE is after the colon in the specification.

      Attachments

        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:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes