Hello.

If I create a Qt-based program, and I package it for Linux, I need to indicate the dependencies. Obviously, it would not be a good idea to ask my users to upgrade to the latest versions of dependencies unnecessarily. So how do I find out what is the earliest version of a dependency that will support my app correctly? Is trial and error the only way?

Thanks.