Skip to content
Snippets Groups Projects
Commit b63c01b1 authored by dt_'s avatar dt_ Committed by Daniel Teske
Browse files

Qt4RunConfiguration: update environment after .pro parse

Since the PATH/LD_LIBRARY_PATH depend on the LIBS variable,
we need to emit a environment changed signal after parsing

Change-Id: Ib4e276874dd6a8529c81b7ce10c53773c39cf508
Reviewed-on: http://codereview.qt.nokia.com/317


Reviewed-by: default avatarQt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: default avatarDaniel Teske <daniel.teske@nokia.com>
parent baff9bd7
No related branches found
No related tags found
No related merge requests found
...@@ -164,6 +164,7 @@ void Qt4RunConfiguration::proFileUpdated(Qt4ProjectManager::Qt4ProFileNode *pro, ...@@ -164,6 +164,7 @@ void Qt4RunConfiguration::proFileUpdated(Qt4ProjectManager::Qt4ProFileNode *pro,
return; return;
handleParseState(success); handleParseState(success);
emit effectiveTargetInformationChanged(); emit effectiveTargetInformationChanged();
emit baseEnvironmentChanged();
} }
void Qt4RunConfiguration::proFileInvalidated(Qt4ProjectManager::Qt4ProFileNode *pro) void Qt4RunConfiguration::proFileInvalidated(Qt4ProjectManager::Qt4ProFileNode *pro)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment