Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Androiddeployqt does not add QtQuick modules, required by dependency project (.pri)
Forum Updated to NodeBB v4.3 + New Features

Androiddeployqt does not add QtQuick modules, required by dependency project (.pri)

Scheduled Pinned Locked Moved Qt Creator and other tools
1 Posts 1 Posters 563 Views 1 Watching
  • 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.
  • V Offline
    V Offline
    vostreltsov
    wrote on last edited by
    #1

    Hi there.

    Not sure if this is a bug, but I have the following problem on the latest Qt 5.4.0 for Android.

    My QtQuick application includes an external project via .pri file. That external project uses QtGraphicalEffects, my project doesn't use them explicitly.

    When I run androiddeplyqt "as is", it yields an apk file without the QtGraphicalEffects, and I get exceptions when trying to run that apk.
    But if I explicitly "import QtGraphicalEffects 1.0" in my main.qml file, androiddeployqt does add the needed modules and everything works fine.

    The question is - are there any options for androiddeplyqt for scanning dependency .pri files, or is it a bug?

    Thanks.

    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