diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2011-10-12 15:21:24 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-10-17 07:51:26 +0200 |
commit | 6466ec1bf33285f8210fd942c0090980e3a52945 (patch) | |
tree | 71bc8352db44197d262ce7ac0104e4306c24c471 /qtmultimedia.pro | |
parent | 9011296e65972f28db10822a3825e6890216482e (diff) | |
download | qtmultimedia-6466ec1bf33285f8210fd942c0090980e3a52945.tar.gz |
Doc: Add ability to generate documentation for the module.
-Added targets so that "make docs" will generate the
documentation.
Change-Id: I16a74d7e15e12df16570f110c7e67a110d53afad
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
Diffstat (limited to 'qtmultimedia.pro')
-rw-r--r-- | qtmultimedia.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qtmultimedia.pro b/qtmultimedia.pro index 580a98a63..0a2ca0508 100644 --- a/qtmultimedia.pro +++ b/qtmultimedia.pro @@ -20,3 +20,4 @@ SUBDIRS += module_qtmultimedia_src \ module_qtmultimedia_examples \ module_qtmultimedia_tests \ +include(doc/config/qtmultimedia_doc.pri) |