PDA

View Full Version : Setting up a PPA for Qt-based application on Ubuntu



ghorwin
7th May 2021, 17:20
Hi there,

did anyone already setup a package repository for a Qt application on Ubuntu (for example for 18.04 or 20.04?). Our projects builds with CMake, linking against shared Qt libs, so the deployment would need to include dependencies to Qt libraries (including libqt5svg5).

How do I get started?

Thanks,
Andreas