Skip to content
Snippets Groups Projects
Commit 0d6601e4 authored by hjk's avatar hjk
Browse files

hot fix to allow running projects again.

This disables Qt4Project::validParse() and needs to be reverted again

Reviewed-by: Tobias Hunger
parent ae6dbf36
No related branches found
No related tags found
No related merge requests found
......@@ -960,6 +960,7 @@ Qt4ProFileNode *Qt4Project::rootProjectNode() const
bool Qt4Project::validParse(const QString &proFilePath) const
{
return true;
if (!m_rootProjectNode)
return false;
const Qt4ProFileNode *node = m_rootProjectNode->findProFileFor(proFilePath);
......
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