Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Can i publish android app based on qt open source for free?

Can i publish android app based on qt open source for free?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
4 Posts 3 Posters 1.5k 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.
  • L Offline
    L Offline
    Linuxx
    wrote on last edited by
    #1

    I have a question if I would like to publish an Android application based on Qt Open Source (using qt quick, based on default build setings qt creator), I can do it without any fees? The application would have a publicly shared code on github whose link would be attached to the download page.

    If so, could I add ads to her?
    If so, can I request payment for download on google play?
    If so, could I add a micropayment to it?

    New versions of qt do not support dynamic linking on the android...

    jsulmJ 1 Reply Last reply
    0
    • L Linuxx

      I have a question if I would like to publish an Android application based on Qt Open Source (using qt quick, based on default build setings qt creator), I can do it without any fees? The application would have a publicly shared code on github whose link would be attached to the download page.

      If so, could I add ads to her?
      If so, can I request payment for download on google play?
      If so, could I add a micropayment to it?

      New versions of qt do not support dynamic linking on the android...

      jsulmJ Online
      jsulmJ Online
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Linuxx Well, I'm not a lawyer!
      I think you can do all this. If I understand you correctly your app will be open source, right? Open source does NOT mean that you cannot ask for money or place ads. You can even write closed source apps with Qt as long as you link dynamically against Qt.

      "New versions of qt do not support dynamic linking on the android..." - that would be new to me! From where do you have this information?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • L Offline
        L Offline
        Linuxx
        wrote on last edited by Linuxx
        #3

        " From where do you have this information?" http://doc.qt.io/qtcreator/creator-deploying-android.html
        Creating Distributable APK Packages -> Note: Android 5 devices support only this option
        Ministo doesn't work for Android 5+ ... so if the ministro does not work, I can't dynamically link libraries... truth?

        Yes, i want share my source code for everyone on github.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi,

          That's absolutely not related to static linking. Before, Ministro allowed to have a single installation of the Qt libraries on your device shared for all Qt applications. Android 5 new permissions disabled that option so you have to bundle the Qt libraries with your apk.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          1

          • Login

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