From 2a832b40af9c8fa866ee984a4abd776ccbd2b2ad Mon Sep 17 00:00:00 2001 From: Marcin Zdunek Date: Fri, 1 Dec 2023 12:52:52 +0100 Subject: [PATCH] Disable raster_fp for VxWorks raster_fp is turned off, as it produces a crash. Is may be a miscompilation issue, but we are not 100% sure of the origin. Task-number: QTBUG-115777 Change-Id: Icf2b31b73afba3505a1d4c8c5194bfa2b85325ed Reviewed-by: Allan Sandfeld Jensen Reviewed-by: Giuseppe D'Angelo --- src/gui/configure.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/configure.cmake b/src/gui/configure.cmake index 19e274e255..eadf40dfcb 100644 --- a/src/gui/configure.cmake +++ b/src/gui/configure.cmake @@ -1217,6 +1217,7 @@ qt_feature("raster-fp" PRIVATE SECTION "Painting" LABEL "QPainter - floating point raster" PURPOSE "Internal painting support for floating point rasterization." + CONDITION NOT VXWORKS # QTBUG-115777 ) qt_feature("undocommand" PUBLIC SECTION "Utilities"