diff options
author | Michalina Ziemba <michalina.ziemba@nokia.com> | 2012-01-10 14:41:32 +0100 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-01-11 11:31:35 +0100 |
commit | 69126b892587b5eae2702ba495cb50cce9c67a42 (patch) | |
tree | 80375b9bce7827db5c90c280a8eb2598b5a17a70 /qtxmlpatterns.pro | |
parent | 6bce314ee4bf34d5d3239a236b3aedb3d41ab18e (diff) | |
download | qtxmlpatterns-69126b892587b5eae2702ba495cb50cce9c67a42.tar.gz |
Adding configuration files for documentation build
-added qdocconf, pri file, and stylesheet
-modified project file
Change-Id: I56b341b96c05fdafe8f0521bb28a7bb1ffc3288e
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Gary Aish <gary.aish@nokia.com>
Reviewed-by: Honglei Zhang <honglei.zhang@nokia.com>
Diffstat (limited to 'qtxmlpatterns.pro')
-rw-r--r-- | qtxmlpatterns.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qtxmlpatterns.pro b/qtxmlpatterns.pro index f3bd6fe..effac28 100644 --- a/qtxmlpatterns.pro +++ b/qtxmlpatterns.pro @@ -21,3 +21,5 @@ SUBDIRS += module_qtxmlpatterns_src \ module_qtxmlpatterns_tools \ module_qtxmlpatterns_examples \ module_qtxmlpatterns_tests \ + +include (doc/doc.pri) |