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. Appimage creation of Qt applications
QtWS25 Last Chance

Appimage creation of Qt applications

Scheduled Pinned Locked Moved Unsolved General and Desktop
appimagedeploydeployment
3 Posts 3 Posters 3.9k 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.
  • S Offline
    S Offline
    surajj4837
    wrote on 16 Aug 2021, 04:01 last edited by
    #1

    I have developed a Qt application in Ubuntu 20.04 using Qt5.13.2. I want to deploy it's app image and I was looking for tools which will help me create that. I have tried using linuxdeployqt but it is not supporting app image creation for latest Ubuntu distribution.

    Is there any other tool available?

    J 1 Reply Last reply 16 Aug 2021, 06:25
    0
    • S surajj4837
      16 Aug 2021, 04:01

      I have developed a Qt application in Ubuntu 20.04 using Qt5.13.2. I want to deploy it's app image and I was looking for tools which will help me create that. I have tried using linuxdeployqt but it is not supporting app image creation for latest Ubuntu distribution.

      Is there any other tool available?

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 16 Aug 2021, 06:25 last edited by
      #2

      @surajj4837 You should rather read AppImage documentation: https://docs.appimage.org/packaging-guide/introduction.html

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

      1 Reply Last reply
      0
      • G Offline
        G Offline
        gde23
        wrote on 16 Aug 2021, 10:40 last edited by gde23
        #3

        The reason linuxdeployqt does not support your latest ubuntu is not, that its not up to date, but it is on purpose.
        If you build your appimage on a new linux and then want to run it on an older installation it might not work there since e.g. the libc version on the older system does not support new features that have been added. And running on any system is the whole point of the appimage.

        1 Reply Last reply
        0

        3/3

        16 Aug 2021, 10:40

        • Login

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