Doc: Fix reference to Qt5 CMake package

Change-Id: I5abd63727d6578cb30c6d11228777e4bd9bf91b7
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
Kai Koehne 2020-11-17 13:42:26 +01:00
parent 92e396926e
commit dc54f5f420

View File

@ -37,7 +37,7 @@
\section2 Building with CMake
Use the \c{find_package()} command to locate the needed module components in
the \c{Qt5} package:
the \c{Qt6} package:
//! [using qt module]