Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt Android Extras installation
Forum Updated to NodeBB v4.3 + New Features

Qt Android Extras installation

Scheduled Pinned Locked Moved Solved General and Desktop
qt programmingmodulesandroid
2 Posts 1 Posters 1.9k 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.
  • G Offline
    G Offline
    guidupas
    wrote on 19 Nov 2015, 17:50 last edited by
    #1

    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
    0
    • G Offline
      G Offline
      guidupas
      wrote on 19 Nov 2015, 19:38 last edited by
      #2

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

      Att.
      Guilherme Cortada Dupas

      1 Reply Last reply
      0

      2/2

      19 Nov 2015, 19:38

      • Login

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