<p>Hello!<br></p><p>I have Qt application. It use in the source code Q_IMPORT_PLUGIN(basic). And i also have a source code for this plugin `basic`. To generate a correct makefile by CMake for the plugin `basic` what must i do? It differents from a build a simple static library?</p>