purge obsolete variable documentationPath
Change-Id: I1eb9e7ff28e0632c5a87b726dcd52b6542612101 Reviewed-by: Martin Smith <martin.smith@digia.com>
This commit is contained in:
parent
4a35f21208
commit
7c94b8955f
@ -84,7 +84,6 @@ static QStringList dependModules;
|
||||
static QStringList indexDirs;
|
||||
static QString currentDir;
|
||||
static QString prevCurrentDir;
|
||||
static QString documentationPath;
|
||||
|
||||
/*!
|
||||
Print the help message to \c stdout.
|
||||
@ -155,11 +154,6 @@ static void loadIndexFiles(Config& config)
|
||||
singleOutputSubdir = "html";
|
||||
}
|
||||
|
||||
// Allow modules and third-party application/libraries to link
|
||||
// to the Qt docs without having to explicitly pass --indexdir.
|
||||
if (!indexDirs.contains(documentationPath))
|
||||
indexDirs.append(documentationPath);
|
||||
|
||||
if (dependModules.size() > 0) {
|
||||
if (indexDirs.size() > 0) {
|
||||
for (int i = 0; i < indexDirs.size(); i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user