Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Additional QML plugin directory that can be found at build time
QtWS25 Last Chance

Additional QML plugin directory that can be found at build time

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 1 Posters 729 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    ayberkozgur
    wrote on last edited by
    #1

    For Android deployment reasons (see http://qt-project.org/forums/viewthread/41619/), the only safe way of deploying our custom qml plugins is currently deploying them into the official qml directory inside /qt-dir/<version>/<platform>/qml. This allows Android qmake to locate qml plugins at build time and bundle them correctly into the apk, but it gets ugly quickly as it is not a sandboxed environment.

    I would like to know if there is a way to indicate another system-wide qml plugin directory that can be used in addition to /qt-dir/<version>/<platform>/qml so that it can be used as a sandbox for custom qml plugins.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      ayberkozgur
      wrote on last edited by
      #2

      Is something like

      QT_INSTALL_QML += /our/qml/plugin/install/root/

      possible?

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved