From 09a2d2aaa6349df614752f10cd8663ad3a83aee5 Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Mon, 16 Aug 2010 16:40:06 -0300 Subject: Do not compiles doc generator when ApiExtractor doesn't have support for doc strings. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewer: Luciano Wolf Renato Araújo --- generators/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'generators/CMakeLists.txt') diff --git a/generators/CMakeLists.txt b/generators/CMakeLists.txt index f26def274..81f1c63f6 100644 --- a/generators/CMakeLists.txt +++ b/generators/CMakeLists.txt @@ -1 +1,3 @@ -add_subdirectory(qtdoc) +if (NOT APIEXTRACTOR_DOCSTRINGS_DISABLED) + add_subdirectory(qtdoc) +endif() -- cgit v1.2.3