How to create a library with Qt and use it in an application
IntroductionThis tutorial illustrates different approaches for using a custom library in your application on Windows. The first part explains how to create a shared library and how to link against it in your application. The second part is about crea