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. Are there any tool available to create Qt application as debian package

Are there any tool available to create Qt application as debian package

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 3 Posters 1.0k 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.
  • K Offline
    K Offline
    Kowtham Prabu
    wrote on last edited by
    #1

    Basically, we have lot of Qt dependency libraries(for desktop) which we need to include as part of the executable or as a package on Ubuntu. Are there any way or tool available to define those dependencies, so that i would get included and can be executed on other Ubuntu machine without Qt installed or with minimal Qt packages installed.

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Ready-made deployment tools for qmake and cmake: https://github.com/milosolutions/mwizardtemplate/tree/master/platforms/linux

      Or you can go in the other direction and create AppImage with linuxdeploy, linuxdeployqt, or FlatPak.

      (Z(:^

      1 Reply Last reply
      2
      • JoeCFDJ Offline
        JoeCFDJ Offline
        JoeCFD
        wrote on last edited by JoeCFD
        #3

        cpack in cmake will do it.

        sierdzioS 1 Reply Last reply
        1
        • JoeCFDJ JoeCFD

          cpack in cmake will do it.

          sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          @JoeCFD said in Are there any tool available to create Qt application as debian package:

          cpack in cmake will do it.

          It's used in the repo I linked to.

          (Z(:^

          1 Reply Last reply
          0
          • K Offline
            K Offline
            Kowtham Prabu
            wrote on last edited by
            #5

            Thank you all for the details. Will try all the above mentioned options..

            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