aboutsummaryrefslogtreecommitdiffstats
path: root/qbs.pro
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2013-01-21 17:32:02 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2013-01-22 12:31:38 +0100
commit4e466e782e05c170be9376d13a24982789a89012 (patch)
tree942cedb9f9285304c092c44fd1558fd22fab1ba2 /qbs.pro
parent5cdf94de300e72987dfbe5c0fec5b86317ad6280 (diff)
Start modularizing the qdoc sources.
The documentation should not be in a single blob. Start the modularizing effort by putting the item descriptions into dedicated files. Change-Id: Ie96fc9397a1d32125ff774fe2ed6dde06cb457d6 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'qbs.pro')
-rw-r--r--qbs.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/qbs.pro b/qbs.pro
index bcfd8a17e..39b0ac33a 100644
--- a/qbs.pro
+++ b/qbs.pro
@@ -39,7 +39,10 @@ SUBDIRS += \
tests
OTHER_FILES += \
- doc/qbs.qdoc
+ doc/*.qdoc \
+ doc/items/*.qdoc \
+ doc/qbs.qdocconf \
+ doc/config/qbs-project.qdocconf
include(qbs_version.pri)
include(doc/doc.pri)