diff options
author | Lasse Holmstedt <lasse.holmstedt@nokia.com> | 2010-09-27 15:51:49 +0200 |
---|---|---|
committer | Lasse Holmstedt <lasse.holmstedt@nokia.com> | 2010-09-29 09:39:18 +0200 |
commit | 5d9858129aa9c11a9b708c3fb1701c3ed9ac9843 (patch) | |
tree | 3c269134a4ef7655b99dac2c5741cbae1b70d358 /src/plugins/cmakeprojectmanager | |
parent | cfe61f6431bfe7f09f00bf548e21ad8ad0aea620 (diff) | |
download | qt-creator-5d9858129aa9c11a9b708c3fb1701c3ed9ac9843.tar.gz |
Compile qmldump with debugging helpers
Must be compiled during runtime - otherwise, the app may not work
with Qt that is compiled with another compiler.
Reviewed-by: hjk
Diffstat (limited to 'src/plugins/cmakeprojectmanager')
-rw-r--r-- | src/plugins/cmakeprojectmanager/cmakerunconfiguration.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakerunconfiguration.cpp b/src/plugins/cmakeprojectmanager/cmakerunconfiguration.cpp index c1c493851f..2843ecc438 100644 --- a/src/plugins/cmakeprojectmanager/cmakerunconfiguration.cpp +++ b/src/plugins/cmakeprojectmanager/cmakerunconfiguration.cpp @@ -244,7 +244,7 @@ QStringList CMakeRunConfiguration::dumperLibraryLocations() const { QString qmakePath = ProjectExplorer::DebuggingHelperLibrary::findSystemQt(environment()); QString qtInstallData = ProjectExplorer::DebuggingHelperLibrary::qtInstallDataDir(qmakePath); - return ProjectExplorer::DebuggingHelperLibrary::debuggingHelperLibraryLocationsByInstallData(qtInstallData); + return ProjectExplorer::DebuggingHelperLibrary::locationsByInstallData(qtInstallData); } Utils::Environment CMakeRunConfiguration::baseEnvironment() const |