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. /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version ‘Qt_5.14’ not found (required by ./myprogram)
Qt 6.11 is out! See what's new in the release blog

/usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version ‘Qt_5.14’ not found (required by ./myprogram)

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 2.1k 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.
  • S Offline
    S Offline
    stretchthebits
    wrote on last edited by
    #1

    Hello,
    I did some searches but nobody seems to know how to solve it.
    I am using Kubuntu (Linux).
    I compiled my program with QTCreator.
    I take the executable and I try to run it on another PC that has Kubuntu. I run it from the cmd line and it says:

    /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version ‘Qt_5.14’ not found (required by ./myprogram)

    Is there a tutorial that explains how to distribute your program?

    I looked on the qt.io site to see if there is a QT 5.14 installer. I could not find it.

    1 Reply Last reply
    0
    • artwawA Offline
      artwawA Offline
      artwaw
      wrote on last edited by
      #2

      First result from google query "qt linux deployment": https://doc.qt.io/qt-5/linux-deployment.html
      You're welcome.

      For more information please re-read.

      Kind Regards,
      Artur

      1 Reply Last reply
      2
      • S Offline
        S Offline
        stretchthebits
        wrote on last edited by
        #3

        I don't understand. Should I link statically?
        I use QTCreator to compile my program.
        How can I use the static libraries?

        jsulmJ 1 Reply Last reply
        0
        • S stretchthebits

          I don't understand. Should I link statically?
          I use QTCreator to compile my program.
          How can I use the static libraries?

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

          @stretchthebits said in /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version ‘Qt_5.14’ not found (required by ./myprogram):

          Should I link statically?

          No, you should read and follow "Creating the Application Package" chapter there.

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

          1 Reply Last reply
          2

          • Login

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