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, 0 insertions, 5 deletions
diff --git a/mkspecs/features/default_pre.prf b/mkspecs/features/default_pre.prf
index 8f8916ae19..0dd82ee072 100644
--- a/mkspecs/features/default_pre.prf
+++ b/mkspecs/features/default_pre.prf
@@ -1,7 +1,2 @@
load(exclusive_builds)
CONFIG = lex yacc warn_on debug exceptions depend_includepath $$CONFIG
-
-# 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]