Document the qt_add_plugin() options new in Qt 6.5 as such

Task-number: QTBUG-104189
Change-Id: Ic2d27debd689757836478a55d3927ce9bbcd3849
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Kai Köhne 2022-12-12 13:07:09 +01:00
parent 098b097324
commit ae3224bf92

View File

@ -26,6 +26,9 @@ qt_add_plugin(target
)
\endcode
The \c MANUAL_FINALIZATION option and the ability to set sources
were introduced in Qt 6.5.
\versionlessCMakeCommandsNote qt6_add_plugin()
\section1 Description