Skip to content
Snippets Groups Projects
Commit ddfdf2ed authored by ck's avatar ck
Browse files

Maemo: Set cumulative mode on for our pro file evaluator.

parent 99467111
No related branches found
No related tags found
No related merge requests found
......@@ -225,6 +225,7 @@ QString ProFileWrapper::absFilePath(const QString &relFilePath) const
void ProFileWrapper::parseProFile(ParseType type) const
{
m_proFileReader.reset(new ProFileReader(m_proFileOption.data()));
m_proFileReader->setCumulative(false);
if (type == ParseFromLines) {
m_proFile = m_proFileReader->parsedProFile(m_proFileName, false,
m_proFileContents.join("\n"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment