forked from qt-creator/qt-creator
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:
committed by
Daniel Teske
parent
c621768b29
commit
34b92b7574
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user