aboutsummaryrefslogtreecommitdiffstats
path: root/generators/CMakeLists.txt
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-08-21 18:13:34 -0300
committerHugo Lima <hugo.lima@openbossa.org>2009-08-25 16:23:16 -0300
commit55dd77e04a8cef0e14648d6d8fb18cdc18695931 (patch)
treed6533b9b8e741050a6c6ccd9c5abab561767739d /generators/CMakeLists.txt
parent9682566c558674609a77540978e36db3dd174303 (diff)
- QtDocGenerator is now a GeneratorRunner plugin.
- A lot of methods moved from boostpythongenerator to the generator class.
Diffstat (limited to 'generators/CMakeLists.txt')
-rw-r--r--generators/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/generators/CMakeLists.txt b/generators/CMakeLists.txt
index f0c6537e1..73b5eea22 100644
--- a/generators/CMakeLists.txt
+++ b/generators/CMakeLists.txt
@@ -1 +1,2 @@
add_subdirectory(boostpython)
+add_subdirectory(qtdoc)