Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Call for Presentations - Qt World Summit

    Solved Qt Android Extras installation

    General and Desktop
    qt programming modules android
    1
    2
    1479
    Loading More Posts
    • 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.
    • guidupas
      guidupas last edited by

      I am developing an app that need to access the image gallery of the OS in iOS and Android.

      I have seen that I must develop one way to Android using QAndroidJniObject Class and another way to iOS using the UIKit and UIImagePickerController from nativa iOS API.

      So I decided to start with Android and I am facing a problem. When I include in my .pro file the line QT += androidextras it returns my the following error:
      Project ERROR: Unknown module(s) in QT: androidextras

      Now I am trying to find out from where I can download it because the repositories at Qt site leads me to web pages that don't exist. How can I download that module?

      Thanks?

      Att.
      Guilherme Cortada Dupas

      1 Reply Last reply Reply Quote 0
      • guidupas
        guidupas last edited by

        Solved.
        I used a condition: android { QT += androidextras } in the .pro file

        Att.
        Guilherme Cortada Dupas

        1 Reply Last reply Reply Quote 0
        • First post
          Last post