aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml.pro
diff options
context:
space:
mode:
authorTasuku Suzuki <tasuku.suzuki@qt.io>2017-03-30 17:41:52 +0900
committerTasuku Suzuki <tasuku.suzuki@qt.io>2017-04-03 00:27:29 +0000
commite76ffb62a2ee3eb14c9bfc61244deae4bb761f8f (patch)
tree486462087162fdef2a4ecb2dc0ee6b4800d7b458 /src/qml/qml.pro
parentf261a534cc96d41cee15462795844116887bd99a (diff)
Fix build without features.animation
Change-Id: Ie45a2f01def64941a323973ea27446e3fc85a72b Reviewed-by: Robin Burchell <robin.burchell@crimson.no> Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'src/qml/qml.pro')
-rw-r--r--src/qml/qml.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/qml/qml.pro b/src/qml/qml.pro
index 8f9e4b7f83..be3956bb61 100644
--- a/src/qml/qml.pro
+++ b/src/qml/qml.pro
@@ -48,7 +48,9 @@ include(jit/jit.pri)
include(jsruntime/jsruntime.pri)
include(qml/qml.pri)
include(debugger/debugger.pri)
-include(animations/animations.pri)
+qtConfig(animation) {
+ include(animations/animations.pri)
+}
include(types/types.pri)
MODULE_PLUGIN_TYPES = \