Add environment widget to the custom executable runconfiguration.

This commit is contained in:
dt
2009-05-27 18:31:18 +02:00
parent 10151809c4
commit 599b21216d
3 changed files with 85 additions and 7 deletions

View File

@@ -75,7 +75,6 @@ private:
void setUserEnvironmentChanges(const QList<ProjectExplorer::EnvironmentItem> &diff);
QList<ProjectExplorer::EnvironmentItem> userEnvironmentChanges() const;
RunMode m_runMode;
QString m_target;
QString m_workingDirectory;