aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/incredibuild
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-11-09 12:37:09 +0100
committerEike Ziller <eike.ziller@qt.io>2020-11-09 14:55:56 +0000
commit6514e1b866c9b5da84f15be6c206b29bcad80b90 (patch)
tree8c23b7eaf79b637d1f18d18e4b752765bc09d610 /src/plugins/incredibuild
parent864a3fa0e7e1f6d49794888ab027ea0b7b3f9a5e (diff)
Fix lupdate issues
Change-Id: I1971f74a54e4afe2d106c105f6b38f415bef488f Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/plugins/incredibuild')
-rw-r--r--src/plugins/incredibuild/cmakecommandbuilder.h2
-rw-r--r--src/plugins/incredibuild/commandbuilderaspect.h2
-rw-r--r--src/plugins/incredibuild/makecommandbuilder.h2
3 files changed, 6 insertions, 0 deletions
diff --git a/src/plugins/incredibuild/cmakecommandbuilder.h b/src/plugins/incredibuild/cmakecommandbuilder.h
index 3b1014ff9b..2fdeaa757c 100644
--- a/src/plugins/incredibuild/cmakecommandbuilder.h
+++ b/src/plugins/incredibuild/cmakecommandbuilder.h
@@ -32,6 +32,8 @@ namespace Internal {
class CMakeCommandBuilder : public CommandBuilder
{
+ Q_DECLARE_TR_FUNCTIONS(IncrediBuild::Internal::CMakeCommandBuilder)
+
public:
CMakeCommandBuilder(ProjectExplorer::BuildStep *buildStep) : CommandBuilder(buildStep) {}
diff --git a/src/plugins/incredibuild/commandbuilderaspect.h b/src/plugins/incredibuild/commandbuilderaspect.h
index b2f507bc0b..7fb674cd0a 100644
--- a/src/plugins/incredibuild/commandbuilderaspect.h
+++ b/src/plugins/incredibuild/commandbuilderaspect.h
@@ -37,6 +37,8 @@ namespace Internal {
class CommandBuilderAspect final : public Utils::BaseAspect
{
+ Q_OBJECT
+
public:
explicit CommandBuilderAspect(ProjectExplorer::BuildStep *step);
~CommandBuilderAspect() final;
diff --git a/src/plugins/incredibuild/makecommandbuilder.h b/src/plugins/incredibuild/makecommandbuilder.h
index 4cea748f92..9fad53a103 100644
--- a/src/plugins/incredibuild/makecommandbuilder.h
+++ b/src/plugins/incredibuild/makecommandbuilder.h
@@ -32,6 +32,8 @@ namespace Internal {
class MakeCommandBuilder final : public CommandBuilder
{
+ Q_DECLARE_TR_FUNCTIONS(IncrediBuild::Internal::MakeCommandBuilder)
+
public:
MakeCommandBuilder(ProjectExplorer::BuildStep *buildStep) : CommandBuilder(buildStep) {}