c7c3a78075
There wasn't any example documentation besides json.html, which doesn't actually describe usage of the various QJson* classes. This also makes each QJson* class page link back to json.html. Change-Id: If5ad6493d2728df0cec7bdbbc5790f0b755f816c Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
28 lines
447 B
INI
28 lines
447 B
INI
TEMPLATE = subdirs
|
|
CONFIG += no_docs_target
|
|
|
|
SUBDIRS = \
|
|
dbus \
|
|
embedded \
|
|
gestures \
|
|
gui \
|
|
ipc \
|
|
json \
|
|
network \
|
|
opengl \
|
|
qpa \
|
|
qtconcurrent \
|
|
qtestlib \
|
|
sql \
|
|
threads \
|
|
tools \
|
|
touch \
|
|
widgets \
|
|
xml
|
|
|
|
aggregate.files = aggregate/examples.pro
|
|
aggregate.path = $$[QT_INSTALL_EXAMPLES]
|
|
readme.files = README
|
|
readme.path = $$[QT_INSTALL_EXAMPLES]
|
|
INSTALLS += aggregate readme
|