Copying all linked shared objects with cpack
I am using Qt framework and I am trying to build a deb and tar.gz file using cpack. Everything seems to be working fine but the copied shard objects have full version numbers instead of just the major version. For example, when building the app, it links with libQt6Core.so.6
but the files that are copied is libQt6Core.so.6.7.0
(this probably because of the symbolic linking?)