QDoc: Remove fatal exit when not finding an index directory.

QDoc would exit with exit code 1 when an index directory is not found,
this behaviour was probably a bit too strict.

Change-Id: If62fe1aeac4392002fa7419f6abcb62ed41c2beb
Reviewed-by: Martin Smith <martin.smith@nokia.com>
This commit is contained in:
Casper van Donderen 2012-05-30 14:46:28 +02:00 committed by Qt by Nokia
parent dce42ebd23
commit 62fc26df0d

View File

@ -503,7 +503,6 @@ int main(int argc, char **argv)
}
else {
qDebug() << "Cannot find index directory" << argv[i];
return EXIT_FAILURE;
}
i++;
}