Skip to content
Snippets Groups Projects
Commit 0644a2ef authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Qbs: Fix qbs install step


Fix setting the installroot of the qbs install step.

Task-number: QBS-353
Task-number: QBS-354
Change-Id: Ia99abd3044a9ec90c67de3060d5895ae0b6b8652
Reviewed-by: default avatarTobias Hunger <tobias.hunger@digia.com>
parent b860eab7
No related branches found
No related tags found
No related merge requests found
...@@ -229,7 +229,7 @@ void QbsInstallStep::setInstallRoot(const QString &ir) ...@@ -229,7 +229,7 @@ void QbsInstallStep::setInstallRoot(const QString &ir)
{ {
if (m_qbsInstallOptions.installRoot() == ir) if (m_qbsInstallOptions.installRoot() == ir)
return; return;
m_qbsInstallOptions.installRoot() = ir; m_qbsInstallOptions.setInstallRoot(ir);
emit changed(); emit changed();
} }
......
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