Deploying & .deb package
Unsolved
General and Desktop
-
Hi,
I want to create a .deb package for my application written in qt.
I wanted to know what libraries to put into the package (qt shared libs and system libs that show when you use ldd command) and what path to put the libs in so the program can run on different distros of ubuntu? -
I think that this guide provides the information you need: https://doc.qt.io/qt-5/linux-deployment.html
And for creating the actual .deb package: It seems like somebody was kind enough to but a very extensive article up on the wiki about that: https://wiki.qt.io/Deploying_a_Qt5_Application_LinuxI hope that those help you.