forked from qt-creator/qt-creator
Implemented "Add Existing Directory..." feature.
This feature lets add files from selected directory and its subdirectories to project. Files to add are selected based on filter supplied by a user. Task-number: QTCREATORBUG-9081 Change-Id: I978e87c24c5aeffc4eb74160cd6f4f20096de017 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
committed by
Daniel Teske
parent
0ddb6cac29
commit
c8513df2b9
@@ -865,7 +865,7 @@ QList<ProjectNode::ProjectAction> QmakePriFileNode::supportedActions(Node *node)
|
||||
addExistingFiles = addExistingFiles && !deploysFolder(node->path());
|
||||
|
||||
if (addExistingFiles)
|
||||
actions << AddExistingFile;
|
||||
actions << AddExistingFile << AddExistingDirectory;
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user