summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/registerdefaultdebuggeroperation.cpp
diff options
context:
space:
mode:
authorkh1 <qt-info@nokia.com>2011-06-10 14:52:15 +0200
committerkh1 <qt-info@nokia.com>2011-06-10 14:52:15 +0200
commitf7590603a2bb7fd842eb505b0f51762b370c5a46 (patch)
tree05c5eb7b87359fd735a04539566e2497834ae8d7 /installerbuilder/libinstaller/registerdefaultdebuggeroperation.cpp
parent8cff7231bb566c83e20571cee722a4edfa9475a1 (diff)
Add one more constant.
Diffstat (limited to 'installerbuilder/libinstaller/registerdefaultdebuggeroperation.cpp')
-rw-r--r--installerbuilder/libinstaller/registerdefaultdebuggeroperation.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/installerbuilder/libinstaller/registerdefaultdebuggeroperation.cpp b/installerbuilder/libinstaller/registerdefaultdebuggeroperation.cpp
index 92f282788..3be2b6b3d 100644
--- a/installerbuilder/libinstaller/registerdefaultdebuggeroperation.cpp
+++ b/installerbuilder/libinstaller/registerdefaultdebuggeroperation.cpp
@@ -86,7 +86,7 @@ bool RegisterDefaultDebuggerOperation::performOperation()
setErrorString(tr("Needed installer object in \"%1\" operation is empty.").arg(name()));
return false;
}
- const QString &rootInstallPath = installer->value(QLatin1String("TargetDir"));
+ const QString &rootInstallPath = installer->value(scTargetDir);
toolChainsXmlFilePath = rootInstallPath + QLatin1String(ToolChainSettingsSuffixPath);
int argCounter = 0;
@@ -126,7 +126,7 @@ bool RegisterDefaultDebuggerOperation::undoOperation()
setErrorString(tr("Needed installer object in \"%1\" operation is empty.").arg(name()));
return false;
}
- const QString &rootInstallPath = installer->value(QLatin1String("TargetDir"));
+ const QString &rootInstallPath = installer->value(scTargetDir);
toolChainsXmlFilePath = rootInstallPath + QLatin1String(ToolChainSettingsSuffixPath);
int argCounter = 0;