qt5base-lts/examples/qtestlib
Sze Howe Koh 52a317092e Doc: Fix references to Qt Test
QtTestLib and QTestLib don't exist. The proper name is "QtTest" (code)
or "Qt Test" (English)

http://qt-project.org/wiki/Spelling_Module_Names_in_Qt_Documentation
http://lists.qt-project.org/pipermail/interest/2012-December/005221.html

Files paths in qttestlib.qdocconf can't be changed easily however, as it
breaks things. So, they're left as they are.

Change-Id: Ifbc44ea858c453bedad8cd7723f847e67fc7a85a
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
2013-01-30 01:35:06 +01:00
..
tutorial1 Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
tutorial2 Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
tutorial3 Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
tutorial4 Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
tutorial5 Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qtestlib.pro centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
README Doc: Fix references to Qt Test 2013-01-30 01:35:06 +01:00

The Qt Test framework is a tool for unit testing Qt based applications
and libraries. Qt Test provides all the functionality commonly found
in unit testing frameworks as well as extensions for testing graphical
user interfaces.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.