CodeBlocks: Take into account file target when explicitly specified

Change-Id: I37556ef6c2c7a651709012daa9a84c66cf3af505
Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
This commit is contained in:
wonder.mice
2015-04-21 12:42:17 -07:00
committed by Daniel Teske
parent c621768b29
commit 34b92b7574
3 changed files with 27 additions and 5 deletions

View File

@@ -72,6 +72,7 @@ private:
void parseUnknownElement();
void sortFiles();
QMap<Utils::FileName, QString> m_unitTargetMap;
ProjectExplorer::Kit *m_kit;
QList<ProjectExplorer::FileNode *> m_fileList;
QList<ProjectExplorer::FileNode *> m_cmakeFileList;
@@ -84,6 +85,7 @@ private:
QString m_compiler;
QString m_sourceDirectory;
QString m_buildDirectory;
QString m_unitTarget;
};
} // namespace Internal