aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qbsprojectmanager/qbsinstallstep.cpp
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2020-08-25 12:07:49 +0200
committerChristian Stenger <christian.stenger@qt.io>2020-08-27 04:28:52 +0000
commit0de1668802f694ece5e2ba546072a445b4e3861b (patch)
tree71750b1cb7abeb5486f94068be4da492b06173c8 /src/plugins/qbsprojectmanager/qbsinstallstep.cpp
parent666cdd754c3b59e9720999de602871bfe300fab7 (diff)
Fix qmake build of unittests
This basically continues / amends work done with e1c88116b3. Change-Id: Ia8b3a4694e7fea4c15e344839f87c11fbe8fbbf4 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/qbsprojectmanager/qbsinstallstep.cpp')
-rw-r--r--src/plugins/qbsprojectmanager/qbsinstallstep.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qbsprojectmanager/qbsinstallstep.cpp b/src/plugins/qbsprojectmanager/qbsinstallstep.cpp
index 9ad460e48e..86f0368422 100644
--- a/src/plugins/qbsprojectmanager/qbsinstallstep.cpp
+++ b/src/plugins/qbsprojectmanager/qbsinstallstep.cpp
@@ -87,7 +87,7 @@ private:
// QbsInstallStep:
// --------------------------------------------------------------------
-QbsInstallStep::QbsInstallStep(BuildStepList *bsl, Core::Id id)
+QbsInstallStep::QbsInstallStep(BuildStepList *bsl, Utils::Id id)
: BuildStep(bsl, id)
{
setDisplayName(tr("Qbs Install"));