aboutsummaryrefslogtreecommitdiffstats
path: root/generators/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'generators/CMakeLists.txt')
-rw-r--r--generators/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
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()