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

ANDROID_EXTRA_PLUGINS document needs update

    XMLWordPrintable

Details

    • All

    Description

      ANDROID_EXTRA_PLUGINS QMake variable document indicates giving path ANDROID_EXTRA_PLUGINS += $$top_builddir/plugins should work good if custom qml plugins are kept in custom location but actually this does not work until path to $$top_builddir/plugins/myplugin is supplied.

      for example 

      ANDROID_EXTRA_PLUGINS += \
      $$USERHOMEPATH/.../android/plugins/

      Does not work but 

      ANDROID_EXTRA_PLUGINS += \

      $$USERHOMEPATH/.../android/plugins/position \

      Works

      Attachments

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

        Activity

          People

            docteam Qt Documentation Team
            irfan.omair@digia.com Irfan Omair
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes