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. Desktop application of my Qt Project
Forum Updated to NodeBB v4.3 + New Features

Desktop application of my Qt Project

Scheduled Pinned Locked Moved Unsolved General and Desktop
15 Posts 5 Posters 1.0k Views 2 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.
  • jsulmJ jsulm

    @suslucoder said in Desktop application of my Qt Project:

    I want to see my app in shape of diamond

    Don't know what you mean here.

    "I want to download my app" - download from where? Please be more precise.

    D Offline
    D Offline
    deleted286
    wrote on last edited by
    #5

    @jsulm ı want to run my app different devices

    jsulmJ 1 Reply Last reply
    0
    • D deleted286

      @jsulm ı want to run my app different devices

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #6

      @suslucoder This is not an answer to my question (from where you want to download the app).
      Also, how different are these devices? Can you execute same executable (binaries) on all these devices?

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

      D 1 Reply Last reply
      0
      • jsulmJ jsulm

        @suslucoder This is not an answer to my question (from where you want to download the app).
        Also, how different are these devices? Can you execute same executable (binaries) on all these devices?

        D Offline
        D Offline
        deleted286
        wrote on last edited by
        #7

        @jsulm I have an qt project of my laptop. I want to create an exe file, and then i want to download this exe file on my tablet. And after all i want to run my app on my tablet

        JKSHJ 1 Reply Last reply
        0
        • D deleted286

          @jsulm I have an qt project of my laptop. I want to create an exe file, and then i want to download this exe file on my tablet. And after all i want to run my app on my tablet

          JKSHJ Offline
          JKSHJ Offline
          JKSH
          Moderators
          wrote on last edited by
          #8

          @suslucoder said in Desktop application of my Qt Project:

          i want to download this exe file on my tablet

          What is the operating system of your tablet?

          Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

          D 1 Reply Last reply
          0
          • JKSHJ JKSH

            @suslucoder said in Desktop application of my Qt Project:

            i want to download this exe file on my tablet

            What is the operating system of your tablet?

            D Offline
            D Offline
            deleted286
            wrote on last edited by
            #9

            @JKSH it is the same. Ubuntu 18.04

            artwawA 1 Reply Last reply
            0
            • D deleted286

              @JKSH it is the same. Ubuntu 18.04

              artwawA Offline
              artwawA Offline
              artwaw
              wrote on last edited by
              #10

              @suslucoder And why would you want to run exe on linux? The more I read your answers the more confused I get.

              For more information please re-read.

              Kind Regards,
              Artur

              D JKSHJ 2 Replies Last reply
              1
              • artwawA artwaw

                @suslucoder And why would you want to run exe on linux? The more I read your answers the more confused I get.

                D Offline
                D Offline
                deleted286
                wrote on last edited by
                #11

                @artwaw Screenshot from 2021-03-03 15-26-53.png

                I have this on my computer. I want to run this app on my tablet

                eyllanescE 1 Reply Last reply
                0
                • artwawA artwaw

                  @suslucoder And why would you want to run exe on linux? The more I read your answers the more confused I get.

                  JKSHJ Offline
                  JKSHJ Offline
                  JKSH
                  Moderators
                  wrote on last edited by
                  #12

                  @artwaw said in Desktop application of my Qt Project:

                  And why would you want to run exe on linux? The more I read your answers the more confused I get.

                  If I'm not mistaken, @suslucoder meant "executable file"

                  @suslucoder said in Desktop application of my Qt Project:

                  it is the same. Ubuntu 18.04

                  Then the first thing you need is to deploy your application. See here for a starting point: http://www.tripleboot.org/?p=138#Linux

                  Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                  D 1 Reply Last reply
                  3
                  • D deleted286

                    @artwaw Screenshot from 2021-03-03 15-26-53.png

                    I have this on my computer. I want to run this app on my tablet

                    eyllanescE Offline
                    eyllanescE Offline
                    eyllanesc
                    wrote on last edited by
                    #13

                    @suslucoder The executable depends on the architecture of the processor so if both devices have the same technology then there will be no problem since you will only have to do a deployment but I think that is not your case since the PCs are from INTEL and the tablets are typically from ARM so you will have to crosscompile Qt for that architecture so you will have an executable for your laptop and another for your tablet

                    If you want me to help you develop some work then you can write to my email: e.yllanescucho@gmal.com.

                    1 Reply Last reply
                    4
                    • JKSHJ JKSH

                      @artwaw said in Desktop application of my Qt Project:

                      And why would you want to run exe on linux? The more I read your answers the more confused I get.

                      If I'm not mistaken, @suslucoder meant "executable file"

                      @suslucoder said in Desktop application of my Qt Project:

                      it is the same. Ubuntu 18.04

                      Then the first thing you need is to deploy your application. See here for a starting point: http://www.tripleboot.org/?p=138#Linux

                      D Offline
                      D Offline
                      deleted286
                      wrote on last edited by
                      #14

                      @JKSH is there any more clear example for deploying a project on linux?

                      JKSHJ 1 Reply Last reply
                      0
                      • D deleted286

                        @JKSH is there any more clear example for deploying a project on linux?

                        JKSHJ Offline
                        JKSHJ Offline
                        JKSH
                        Moderators
                        wrote on last edited by
                        #15

                        @suslucoder said in Desktop application of my Qt Project:

                        is there any more clear example for deploying a project on linux?

                        @jsulm posted a link to Flatpak above; have a look.

                        By the way, @eyllanesc made a very good point: What is the processor architecture of your tablet? If it has an ARM CPU, then it can't run the executable files that you built for your PC. You will need to cross-compile it for ARM.

                        Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                        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