summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager
diff options
context:
space:
mode:
authorLasse Holmstedt <lasse.holmstedt@nokia.com>2010-09-27 15:51:49 +0200
committerLasse Holmstedt <lasse.holmstedt@nokia.com>2010-09-29 09:39:18 +0200
commit5d9858129aa9c11a9b708c3fb1701c3ed9ac9843 (patch)
tree3c269134a4ef7655b99dac2c5741cbae1b70d358 /src/plugins/cmakeprojectmanager
parentcfe61f6431bfe7f09f00bf548e21ad8ad0aea620 (diff)
downloadqt-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.cpp2
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