[solved]How to move qt library files
-
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?
-
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?