diff options
| author | Santhosh Kumar <santhosh.kumar.selvaraj@qt.io> | 2025-09-05 11:04:30 +0200 |
|---|---|---|
| committer | Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> | 2025-09-05 21:55:34 +0000 |
| commit | af0222aa50a213ca58668480c82bd87e332b031b (patch) | |
| tree | 9980995898ab12b12e78e3173867a057e5f43df0 | |
| parent | 737035b5ddfc6459572d5ba8abb35fac60ef6fd6 (diff) | |
Disable quick flexboxlayout for vxworks platform
Fixes: QTBUG-139851
Change-Id: Ib2db2280b925602da87ca21951413b4da24dc0c7
Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
(cherry picked from commit 03ecf39918732207a36922b2547e79771c656947)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
| -rw-r--r-- | src/quicklayouts/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quicklayouts/CMakeLists.txt b/src/quicklayouts/CMakeLists.txt index 322d53e526..03fb37acec 100644 --- a/src/quicklayouts/CMakeLists.txt +++ b/src/quicklayouts/CMakeLists.txt @@ -27,7 +27,7 @@ qt_internal_add_qml_module(QuickLayouts Qt::Qml ) -qt_internal_extend_target(QuickLayouts CONDITION NOT INTEGRITY +qt_internal_extend_target(QuickLayouts CONDITION NOT INTEGRITY AND NOT VXWORKS INCLUDE_DIRECTORIES ${CMAKE_CURRENT_SOURCE_DIR}/../3rdparty SOURCES |
