summaryrefslogtreecommitdiffstats
path: root/src/qdoc/config.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-06-27 10:58:38 +0000
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-12-21 13:08:15 +0000
commitb40942bbb86b4aca702b64106c849aceb99031bd (patch)
tree1bc5e26c07b5ab3e62980c9b8714465f41d32b53 /src/qdoc/config.h
parenteb3a8c3dd917728ca68981741e21862fe3e639b6 (diff)
Revert "qdoc: Query environment variables from qmake"
this change is misguided: - for the qt doc build, the correct way is to adjust qt_docs.prf to feed the right data - projects which are actually outside qt have no business in using these variables (and the data they refer to) This reverts commit 61062f6769670b1a33c3f4406d51892c221a26fd. Change-Id: I54dbfc04802bf50aa250810ce2e8475fef751669 Reviewed-by: Martin Smith <martin.smith@qt.io> Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/qdoc/config.h')
-rw-r--r--src/qdoc/config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qdoc/config.h b/src/qdoc/config.h
index ce705370b..0de7076eb 100644
--- a/src/qdoc/config.h
+++ b/src/qdoc/config.h
@@ -102,7 +102,6 @@ public:
QString getIncludeFilePath(const QString& fileName) const;
QStringList getExampleQdocFiles(const QSet<QString> &excludedDirs, const QSet<QString> &excludedFiles);
QStringList getExampleImageFiles(const QSet<QString> &excludedDirs, const QSet<QString> &excludedFiles);
- QByteArray getEnv(const char *varName);
static QStringList loadMaster(const QString& fileName);
static bool isFileExcluded(const QString &fileName, const QSet<QString> &excludedFiles);