Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Special Interest Groups
  3. C++ Gurus
  4. [solved]How to move qt library files
QtWS25 Last Chance

[solved]How to move qt library files

Scheduled Pinned Locked Moved C++ Gurus
3 Posts 2 Posters 1.4k 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.
  • G Offline
    G Offline
    guru
    wrote on last edited by
    #1

    Hi, I'm used Qt5.1 and made an application, In ma application I used webkiwidgets, so I wanna create a shared library directory and attach that folder in my .deb archive, but problem was i couldn't copy Qt library files from source. Because they are owned by root, I'm using ubuntu 13.04(raring ringtail).How can I move or copy Qt5.1 library files from one place to another and make it as a shared library?

    1 Reply Last reply
    0
    • H Offline
      H Offline
      hardcodes.de
      wrote on last edited by
      #2

      How did the libraries get there in the first place? If it was a package you could simply add this package as a dependency for your .deb file.
      Why reinvent the wheel?

      while(!sleep){++sheep;}

      1 Reply Last reply
      0
      • G Offline
        G Offline
        guru
        wrote on last edited by
        #3

        yep, I realize that we can't move files, I used export LD_LIBRARY_PATH method to add it statically..

        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