From 4e466e782e05c170be9376d13a24982789a89012 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Mon, 21 Jan 2013 17:32:02 +0100 Subject: 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 --- qbs.pro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'qbs.pro') 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) -- cgit v1.2.3