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. Linux deployment to appimage, am I doing right?
Forum Updated to NodeBB v4.3 + New Features

Linux deployment to appimage, am I doing right?

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
1 Posts 1 Posters 185 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
    shoemaker
    wrote on last edited by shoemaker
    #1

    I managed to cross compile and run app in both Windows and latest linux with Qt5. (QApplication desktop app)

    And then I wanted to compile this on Ubuntu:jammy Linux desktop with Qt6 And succeed, but resulted in backward incompatible Appimage binary. (specific glibc shared object file not found error occured) I followed this instruction

    After several tries with https://github.com/wheybags/glibc_version_header, Later I found on wiki that Qt6 needs glibc version at least >= 2.28

    Should I just go back to still-supported oldest linux distribution with Qt5? Is it the only way to make backward-compatible Appimage binary?

    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