forked from qt-creator/qt-creator
ProjectExplorer: Allow to add existing project as sub-project
Implemented only for qmake as of now. Fixes: QTCREATORBUG-5837 Change-Id: I78f6ce55d6a149a75ae595f7a86d39dc55496819 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -822,6 +822,11 @@ bool ProjectNode::addSubProject(const QString &proFilePath)
|
||||
return false;
|
||||
}
|
||||
|
||||
QStringList ProjectNode::subProjectFileNamePatterns() const
|
||||
{
|
||||
return QStringList();
|
||||
}
|
||||
|
||||
bool ProjectNode::removeSubProject(const QString &proFilePath)
|
||||
{
|
||||
Q_UNUSED(proFilePath)
|
||||
|
||||
Reference in New Issue
Block a user