aboutsummaryrefslogtreecommitdiffstats
path: root/conanfile.py
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2022-01-10 16:53:05 +0100
committerUlf Hermann <ulf.hermann@qt.io>2022-01-15 14:22:42 +0100
commitf73e294472906077556e13ca10df185300c2450f (patch)
treefece290b38c3d3d4b047b90692a296eabc345905 /conanfile.py
parent2715d67f53efc916f212022572fa639d7704b43c (diff)
Remove the qml_sequence_object feature flag
QML sequences are required for named lists of value types. The original reason for the introduction of this feature was the template code explosion caused by the way the sequence types were registered in Qt5. As we register them differently now, the code size overhead should be smaller. It makes very little sense to switch sequence types off these days. [ChangeLog][QtQml][Important Behavior Changes] The qml_sequence_object feature flag has been removed. Omitting sequences from the QML language does not make much sense now that we use them for lists of value types. The original reason to allow it was that the sequence support took up a lot of space in the binary. This is not the case anymore since 6.0. Change-Id: I2f1d43cdd29ba63853316b06113cb49ed30aa410 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'conanfile.py')
-rw-r--r--conanfile.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/conanfile.py b/conanfile.py
index 139f2e1cbc..1fe8debe40 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -44,7 +44,6 @@ _qtdeclarative_features = [
"qml-object-model",
"qml-preview",
"qml-profiler",
- "qml-sequence-object",
"qml-table-model",
"qml-worker-script",
"qml-xml-http-request",