Details
-
Technical task
-
Resolution: Done
-
P2: Important
-
None
Description
Rename `TYPE` to `QT_PLUGIN_TYPE` because it's a bit too generic.
Ensure that we document that if neither STATIC nor SHARED is specified, the default type that is chosen does not conform to the CMake behavior of checking the value of BUILD_SHARED_LIBS, but rather to what Qt was configured as.
So in a static libraries Qt build it will default to creating a STATIC plugin, and vice versa.