qt5base-lts/examples
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
..
aggregate install a sane top-level examples.pro file 2012-12-11 13:37:57 +01:00
dbus Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
embedded Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
gestures Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
gui Fix unopened comment 2013-01-28 14:07:34 +01:00
ipc Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
network Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
opengl Merge remote-tracking branch 'origin/release' into stable 2013-01-22 18:32:47 +01:00
qmake Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qpa Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qtconcurrent Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qtestlib Doc: Fix references to Qt Test 2013-01-30 01:35:06 +01:00
sql Doc: Fix module name format 2013-01-25 17:27:44 +01:00
threads Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
tools Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
touch Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
webkit/webkit-guide Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
widgets Doc: Widgets/Tools examples: fix group and missing images 2013-01-27 10:21:53 +01:00
xml Doc: Fix module name format 2013-01-25 17:27:44 +01:00
examples.pro add and use qtHaveModule() function 2012-12-21 19:05:02 +01:00
README Remove more references to demos. 2011-07-08 15:36:26 +02:00

Qt is supplied with a number of example applications that have been
written to provide developers with examples of the Qt API in use,
highlight good programming practice, and showcase features found in each of
Qt's core technologies.


Documentation for examples can be found in the Examples section
of the Qt documentation.