forked from qt-creator/qt-creator
ProjectExplorer: Add a "product" tag to the ProjectNode class
A product is a project node from which a target binary is produced, such as a Product item in qbs or a .pro file in qmake. Change-Id: I6a0e6bed6c02684cb03b2b18fed6a1b493fa78b2 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -229,7 +229,9 @@ FolderNode::AddNewInformation QmakePriFileNode::addNewInformation(const QStringL
|
||||
*/
|
||||
QmakeProFileNode::QmakeProFileNode(QmakeProject *project, const FileName &filePath, QmakeProFile *pf) :
|
||||
QmakePriFileNode(project, this, filePath, pf)
|
||||
{ }
|
||||
{
|
||||
setIsProduct();
|
||||
}
|
||||
|
||||
bool QmakeProFileNode::showInSimpleTree() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user