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. re: including a needed qt library
Forum Updated to NodeBB v4.3 + New Features

re: including a needed qt library

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 2 Posters 1.3k Views 2 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.
  • L Offline
    L Offline
    Lineaxe
    wrote on last edited by
    #1

    I have switched over from Qt 4.8 over to Qt 5.3 on my arm6 computer now. Everything compiles and I want to use the compiled binary the way I was able to with Qt 4.8. However ,when I copy the folder containing the binary and it's needed folders & files over it now comes up with a missing
    libQt5Widgets.so.5
    error.
    While I read up on this I also tried including the needed .so into my projects .pro file. I included the file and tried putting the libQtWidgets.so.5 into /usr/lib . This didn't help the matter.
    So in reading up on it , one of the things that was suggested is that I now create a .deb file that would include my binary and it's needed files and folders. I could also include any dependent libraries this way . It seems the process is fairly elaborate, so I need to ask if this is the proper way of including the needed libQtWidgets.so.5 into my project ( in a way so that it will run on other arm6 machines which do not have Qt installed in them) .

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

      Hi,

      That's a valid solution as long as the device runs a debian based linux distribution.

      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
      • L Offline
        L Offline
        Lineaxe
        wrote on last edited by Lineaxe
        #3

        Hi Thanks again,
        Well , I gotta admit once again I have been spoiled with windoz ,visual studio and C# . Time to dig in deep and create up a package the LInux way ... By the way anyone else notice how close the Windoz 10 on their Surface line of computers looks like Ubuntu 14 + ??. It even kinda feels similar when you navigate around. Well, I'm just saying ...

        ( not that microsoft would commandeer any of the code)

        1 Reply Last reply
        0
        • L Offline
          L Offline
          Lineaxe
          wrote on last edited by
          #4

          Hmm,
          I have been hunting for many hours on how to " create a .deb package " . I can't use all the dpkg-deb commands since my O/S won't support them. I need more reading up on how to create a .deb file which can find any dependencies it needs. No where on the net can I find any such information.
          Does anyone here know where to look ?

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

            In that case a virtual machine with a minimal debian system should get you going faster.

            Do you mean a starting point like this one ?

            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
            • L Offline
              L Offline
              Lineaxe
              wrote on last edited by
              #6

              Now that's a good link! I have found a couple of pretty good ones as well . I feel I am making some headway with this...

              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