QMF (the Qt Messaging Framework), amongst others, provides functionality for interacting with e-mail accounts. I, e.g., use QMF in some of my applications for interacting with IMAP. I briefly looked into the possibility of packaging libqmfclient with my apps but ldd showed up many other libraries that are not allowed yet as dependency. So, I am afraid of ending up in a dependency hell when trying to package libqmfclient with my application. It would be very nice if the usage of QMF, specifically linking against libqmfclient5.so.1, could be allowed.
![]() | 2 | retagged |
QMF (the Qt Messaging Framework), amongst others, provides functionality for interacting with e-mail accounts. I, e.g., use QMF in some of my applications for interacting with IMAP. I briefly looked into the possibility of packaging libqmfclient with my apps but ldd showed up many other libraries that are not allowed yet as dependency. So, I am afraid of ending up in a dependency hell when trying to package libqmfclient with my application. It would be very nice if the usage of QMF, specifically linking against libqmfclient5.so.1, could be allowed.