summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/default_pre.prf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/features/default_pre.prf')
-rw-r--r--mkspecs/features/default_pre.prf5
1 files changed, 5 insertions, 0 deletions
diff --git a/mkspecs/features/default_pre.prf b/mkspecs/features/default_pre.prf
index c3776c4da5..f4292c3312 100644
--- a/mkspecs/features/default_pre.prf
+++ b/mkspecs/features/default_pre.prf
@@ -53,3 +53,8 @@ CONFIG = lex yacc warn_on debug uic resources $$CONFIG
unset(QTFWD)
unset(PRO_BASENAME)
}
+
+# Populate the installdir which will be passed to qdoc in the default_post.prf
+# This allows a project to remove the installdir if need be, to trigger building online docs,
+# which Qt Creator does.
+QMAKE_DOCS_INSTALLDIR = $$[QT_INSTALL_DOCS]