CMake: Show "CMake Modules" node in simplified project tree

Show "CMake Modules" node in simplified tree. That keeps all the
Qt cmake code from mixing with the real project files.

Task-number: QTCREATORBUG-19040
Change-Id: I1a12c7f64db2c06982de1c66a6e54e4d936ae784
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Tobias Hunger
2017-10-17 16:22:15 +02:00
parent 3f73f3a4f4
commit de8e139413

View File

@@ -49,7 +49,7 @@ QByteArray CMakeInputsNode::generateId(const Utils::FileName &inputFile)
bool CMakeInputsNode::showInSimpleTree() const
{
return false;
return true;
}
CMakeListsNode::CMakeListsNode(const Utils::FileName &cmakeListPath) :