If you are using CMake, use CPack to generate a .deb with all dependencies.
You can deploy the application to AppImage (see linuxdeployqt and other similar projects).
Statically compile the application
This is an option, but you need to statically compile Qt as well.