Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. How can I build desktop and android App with Qt Python
Forum Updated to NodeBB v4.3 + New Features

How can I build desktop and android App with Qt Python

Scheduled Pinned Locked Moved Unsolved Qt for Python
6 Posts 3 Posters 9.7k 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.
  • A Offline
    A Offline
    ahmetozkaraca
    wrote on last edited by
    #1

    Hello All,
    I want to start a new project. How can I deploy my python project on Desktop and Android? Is there a way to make this?
    When ı choosed Qt for Python I just say deploy for desktop. But I think there have to be a way to deploy for all platforms.
    Thank you,

    1 Reply Last reply
    0
    • ndiasN Offline
      ndiasN Offline
      ndias
      wrote on last edited by
      #2

      Hi @ahmetozkaraca ,

      To deploy a Qt Python application for Windows you can use Pyinstaller.
      You can find a tutorial how to use pyinstaller at: https://www.mfitzp.com/tutorials/packaging-pyqt5-pyside2-applications-windows-pyinstaller/

      I think you can use pyqtdeploy to deploy a PyQt5 app Android or iOS. pydroid is another option, supporting PyQt5 and PyQt6. But I never tried it.

      Regards

      A 1 Reply Last reply
      0
      • A Offline
        A Offline
        ahmetozkaraca
        wrote on last edited by
        #3
        This post is deleted!
        1 Reply Last reply
        0
        • ndiasN ndias

          Hi @ahmetozkaraca ,

          To deploy a Qt Python application for Windows you can use Pyinstaller.
          You can find a tutorial how to use pyinstaller at: https://www.mfitzp.com/tutorials/packaging-pyqt5-pyside2-applications-windows-pyinstaller/

          I think you can use pyqtdeploy to deploy a PyQt5 app Android or iOS. pydroid is another option, supporting PyQt5 and PyQt6. But I never tried it.

          Regards

          A Offline
          A Offline
          ahmetozkaraca
          wrote on last edited by
          #4

          @ndias Yes I saw the documentation of pyqtdeploy. But I am searching a way to make this in Qt Creator. When I create a new project with Qt Quick and I can see that supported platforms are Desktop, Android, But when I create a new project with Qt For Python there is no Android support.

          JonBJ 1 Reply Last reply
          0
          • A ahmetozkaraca

            @ndias Yes I saw the documentation of pyqtdeploy. But I am searching a way to make this in Qt Creator. When I create a new project with Qt Quick and I can see that supported platforms are Desktop, Android, But when I create a new project with Qt For Python there is no Android support.

            JonBJ Offline
            JonBJ Offline
            JonB
            wrote on last edited by
            #5

            @ahmetozkaraca
            Not my area, but does this help: https://forum.qt.io/topic/130800/build-pyside6-application-for-android ?

            A 1 Reply Last reply
            2
            • JonBJ JonB

              @ahmetozkaraca
              Not my area, but does this help: https://forum.qt.io/topic/130800/build-pyside6-application-for-android ?

              A Offline
              A Offline
              ahmetozkaraca
              wrote on last edited by
              #6

              @JonB Thank you I will look that topic

              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