Fixes: Create a cbp file if we didn't find one, create All target

Task:     -
RevBy:    -
AutoTest: -
Details:  For now create only one build configuration "AllTargets",
build only the "all" target. Create runconfigurations for all targets
with option type=4
This commit is contained in:
dt
2008-12-12 17:22:02 +01:00
parent 9ab11269f8
commit c70c7ac29c
3 changed files with 29 additions and 13 deletions

View File

@@ -102,7 +102,7 @@ public:
private:
QString findCbpFile(const QDir &);
QString createCbpFile(const QDir &);
void createCbpFile(const QDir &);
void buildTree(CMakeProjectNode *rootNode, QList<ProjectExplorer::FileNode *> list);
ProjectExplorer::FolderNode *findOrCreateFolder(CMakeProjectNode *rootNode, QString directory);