aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
diff options
context:
space:
mode:
authorJean-Michaël Celerier <jeanmichael.celerier@gmail.com>2020-03-01 15:14:34 +0100
committerJean-Michaël Celerier <jeanmichael.celerier@gmail.com>2020-03-02 17:50:22 +0100
commitb760d972459fd3b0c41e4c85076fa933ba5c0d1d (patch)
tree5b371eaacd94f558f7014bd3473b62028a0682aa /src/quick
parent9e2aa53c14b007fe26d30b63926d343fe5ffed7d (diff)
Fix building qtdeclarative without QMovie support
Change-Id: Id8e8b04e722bd9fc84b6b78530f75cf8d6d96da7 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/quick')
-rw-r--r--src/quick/items/qquickitemsmodule_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/items/qquickitemsmodule_p.h b/src/quick/items/qquickitemsmodule_p.h
index 28dff65dff..815c5ae644 100644
--- a/src/quick/items/qquickitemsmodule_p.h
+++ b/src/quick/items/qquickitemsmodule_p.h
@@ -78,7 +78,7 @@ struct QQuickAnimatedImageNotAvailable
Q_GADGET
QML_UNAVAILABLE
QML_NAMED_ELEMENT(AnimatedImage)
- QML_ADDED_IN_VERSION(2, 0)
+ QML_ADDED_IN_MINOR_VERSION(0)
QML_UNCREATABLE("Qt was built without support for QMovie.")
};
#endif