Doc: Update QTest documentation to reference Qt6Test

The QTest documentation incorrectly referenced
Qt5Test instead of Qt6Test. This has been updated
to reflect the correct module name.

Fixes outdated references in the documentation and
ensures consistency with Qt 6 naming conventions.

Fixes: QTBUG-134395
Change-Id: I254df83ecbea542c1a47b17aa0b756ed8a6f562a
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Dheerendra Purohit 2025-03-27 10:08:23 +05:30
parent 5ce44934b3
commit a95c568908

View File

@ -185,7 +185,7 @@
The following is an example of a CMakeLists.txt file that specifies the
project name and the language used (here, \e mytest and C++), the Qt
modules required for building the test (Qt5Test), and the files that are
modules required for building the test (Qt Test), and the files that are
included in the test (\e tst_mytest.cpp).
\quotefile code/doc_src_cmakelists.txt