Export QObject in multi library setup

Problem Suppose you want to split your application into components (shared libraries), in which the libraries can communicate via Qt’s signal slot mechanism. The components in your application may change over time and you want to have a solution, which automatically generates all necessary header and definitions to let your libraries export symbols. Recap In […]