Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Run qt App on clear Debian

Run qt App on clear Debian

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
4 Posts 2 Posters 362 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.
  • D Offline
    D Offline
    Damian7546
    wrote on last edited by
    #1

    Hi,

    I wrote simple application on my Debian with Qt Creator.
    What should I do to run my application in other clear Debian ? Is any simple way? What should I do install ?

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

      Hi,

      Create a deb package where you set all the dependencies of your application.

      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
      0
      • D Offline
        D Offline
        Damian7546
        wrote on last edited by Damian7546
        #3

        I have not used this,so I execute next steps on internet based knowledge:

        1. Copied my build project (*Release) to /home/developer/deploy_app directory
        2. Changed name copied directory to modbustest_1
        3. Opened terminal inside in modbustest_1
        4. Then execute: dh_make -s -c gpl -p modbustest_1 --createorig

        And I get result:

        developer@devOS:~/deploy_app/modbustest_1$ dh_make -s -c gpl -p modbustest_1 --createorig
        Maintainer Name     : developer
        Email-Address       : developer@unknown
        Date                : Sat, 31 Dec 2022 10:15:49 +0100
        Package Name        : modbustest
        Version             : 1
        License             : gpl2
        Package Type        : single
        Are the details correct? [Y/n/q]
        
        Done. Please edit the files in the debian/ subdirectory now.
        
        

        And now ?

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

          What do you mean by what now ?
          Continue to follow the procedure

          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
          0

          • Login

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