forked from qt-creator/qt-creator
Fixes: Parse all the targets.
Task: - RevBy: - AutoTest: - Details: (Only outputs them via qDebug().)
This commit is contained in:
@@ -123,13 +123,18 @@ private:
|
||||
void parseProject();
|
||||
void parseBuild();
|
||||
void parseTarget();
|
||||
void parseTargetOption();
|
||||
void parseCompiler();
|
||||
void parseAdd();
|
||||
void parseUnit();
|
||||
void parseUnknownElement();
|
||||
|
||||
QSet<QString> m_targets;
|
||||
QList<ProjectExplorer::FileNode *> m_fileList;
|
||||
QStringList m_includeFiles;
|
||||
|
||||
QString m_targetOutput;
|
||||
bool m_targetType;
|
||||
};
|
||||
|
||||
class CMakeFile : public Core::IFile
|
||||
|
||||
Reference in New Issue
Block a user