diff options
author | Juha Vuolle <[email protected]> | 2025-06-02 14:57:18 +0300 |
---|---|---|
committer | Juha Vuolle <[email protected]> | 2025-06-02 19:02:38 +0300 |
commit | 2e2af37c566d8ae49d0b99a2efc7c9052fe55547 (patch) | |
tree | f179984187178ae0ab6e94a381694d73317d34e9 | |
parent | f97ecab90e4f4fa0d80b976da0e88de6e093a458 (diff) |
Commit b0e38f6ace22f9e8ff8dbbe16e8e1cdf8e75648c introduces a new
QML tree model class and the feature definition to go with it. This
model is not needed in the minimal configuration => disable it.
Amends: 30aadf11aa3339887505233e293d26d27d96647a
Task-number: QTBUG-134299
Change-Id: Ie0adcc17f8cecd02c1c5c8bb47f8a085c029539a
Reviewed-by: Mate Barany <[email protected]>
-rw-r--r-- | coin/platform_configs/quick-minimal.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/coin/platform_configs/quick-minimal.yaml b/coin/platform_configs/quick-minimal.yaml index 63335ae3b..adfd5e26a 100644 --- a/coin/platform_configs/quick-minimal.yaml +++ b/coin/platform_configs/quick-minimal.yaml @@ -136,6 +136,7 @@ Configurations: -DFEATURE_quick_draganddrop=off -DFEATURE_quick_pixmap_cache_threaded_download=off -DFEATURE_qml_table_model=off + -DFEATURE_qml_tree_model=off -DFEATURE_quicktemplates2_hover=off -DFEATURE_quicktemplates2_multitouch=off -DFEATURE_quicktemplates2_calendar=off @@ -283,6 +284,7 @@ Configurations: -DFEATURE_quick_draganddrop=off -DFEATURE_quick_pixmap_cache_threaded_download=off -DFEATURE_qml_table_model=off + -DFEATURE_qml_tree_model=off -DFEATURE_quicktemplates2_hover=off -DFEATURE_quicktemplates2_multitouch=off -DFEATURE_quicktemplates2_calendar=off @@ -415,6 +417,7 @@ Configurations: -DFEATURE_quick_draganddrop=off -DFEATURE_quick_pixmap_cache_threaded_download=off -DFEATURE_qml_table_model=off + -DFEATURE_qml_tree_model=off -DFEATURE_quicktemplates2_hover=off -DFEATURE_quicktemplates2_multitouch=off -DFEATURE_quicktemplates2_calendar=off @@ -550,6 +553,7 @@ Configurations: -DFEATURE_quick_draganddrop=off -DFEATURE_quick_pixmap_cache_threaded_download=off -DFEATURE_qml_table_model=off + -DFEATURE_qml_tree_model=off -DFEATURE_quicktemplates2_hover=off -DFEATURE_quicktemplates2_multitouch=off -DFEATURE_quicktemplates2_calendar=off @@ -683,6 +687,7 @@ Configurations: -DFEATURE_quick_draganddrop=off -DFEATURE_quick_pixmap_cache_threaded_download=off -DFEATURE_qml_table_model=off + -DFEATURE_qml_tree_model=off -DFEATURE_quicktemplates2_hover=off -DFEATURE_quicktemplates2_multitouch=off -DFEATURE_quicktemplates2_calendar=off @@ -820,6 +825,7 @@ Configurations: -DFEATURE_quick_draganddrop=off -DFEATURE_quick_pixmap_cache_threaded_download=off -DFEATURE_qml_table_model=off + -DFEATURE_qml_tree_model=off -DFEATURE_quicktemplates2_hover=off -DFEATURE_quicktemplates2_multitouch=off -DFEATURE_quicktemplates2_calendar=off |