summaryrefslogtreecommitdiffstats
path: root/qmake/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/main.cpp')
-rw-r--r--qmake/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/main.cpp b/qmake/main.cpp
index 37b5ee1c93..3180d5c826 100644
--- a/qmake/main.cpp
+++ b/qmake/main.cpp
@@ -63,7 +63,7 @@ struct SedSubst {
QRegularExpression from;
QString to;
};
-Q_DECLARE_TYPEINFO(SedSubst, Q_MOVABLE_TYPE);
+Q_DECLARE_TYPEINFO(SedSubst, Q_RELOCATABLE_TYPE);
static int doSed(int argc, char **argv)
{