qt5base-lts/examples
Jing Bai 12dcab77a7 remove the dependency to QT_BUILD_TREE
To fix a build problem when plugandpaint is not built with qt src.
QT_BUILD_TREE is not set in this case. We use a relative path instead.

Task-number: QTBUG-28261
Change-Id: I2456614070f0849ba9400fbe4b76172189e3925f
Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
2012-11-29 20:20:14 +01:00
..
dbus dbus-chat => chat 2012-11-28 16:21:57 +01:00
embedded Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$example 2012-11-26 14:35:23 +01:00
gestures delete .desktop files of examples 2012-11-28 16:21:57 +01:00
gui Add \brief to the examples. 2012-11-29 13:51:54 +01:00
ipc delete .desktop files of examples 2012-11-28 16:21:57 +01:00
ja_JP/linguist/hellotr Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$example 2012-11-26 14:35:23 +01:00
linguist Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$example 2012-11-26 14:35:23 +01:00
network Add \brief to the examples. 2012-11-29 13:51:54 +01:00
opengl Add \brief to the examples. 2012-11-29 13:51:54 +01:00
qmake Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qpa Fixed abbreviations in QWindow::framePos() and QWindow::setFramePos(). 2012-11-27 15:24:31 +01:00
qtconcurrent delete .desktop files of examples 2012-11-28 16:21:57 +01:00
qtestlib delete .desktop files of examples 2012-11-28 16:21:57 +01:00
sql Add \brief to the examples. 2012-11-29 13:51:54 +01:00
threads delete .desktop files of examples 2012-11-28 16:21:57 +01:00
tools Add \brief to the examples. 2012-11-29 13:51:54 +01:00
touch delete .desktop files of examples 2012-11-28 16:21:57 +01:00
webkit/webkit-guide Change copyright information from Nokia to Digia 2012-11-27 19:31:21 +01:00
widgets remove the dependency to QT_BUILD_TREE 2012-11-29 20:20:14 +01:00
xml Add \brief to the examples. 2012-11-29 13:51:54 +01:00
examples.pro Move tutorials to widgets. 2012-09-09 01:18:37 +02: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.