Ticket #4408: cmdlineparser: Don't force single configuration with --include=

This commit is contained in:
Simon Kagstrom 2012-12-28 10:33:59 +01:00
parent 1e4288fe2e
commit 2b698919c4
1 changed files with 0 additions and 1 deletions

View File

@ -420,7 +420,6 @@ bool CmdLineParser::ParseFromArgs(int argc, const char* const argv[])
path = Path::fromNativeSeparators(path);
_settings->userIncludes.push_back(path);
_settings->userDefines += ";";
} else if (std::strncmp(argv[i], "--includes-file=", 16) == 0) {
// open this file and read every input file (1 file name per line)
AddInclPathsToList(16 + argv[i], _settings->_includePaths);