From 93cd9130d6d8d30e901dd3b2f2546dbc63754e2e Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Fri, 18 May 2018 17:03:58 +0200 Subject: Introduce float QImage formats and rendering MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Useful for some HDR representations and HDR rendering. Change-Id: If6e8a661faa3d2afdf17b6ed4d8ff5c5b2aeb30e Reviewed-by: Qt CI Bot Reviewed-by: Tor Arne Vestbø Reviewed-by: Lars Knoll --- src/gui/configure.cmake | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/gui/configure.cmake') diff --git a/src/gui/configure.cmake b/src/gui/configure.cmake index 5650126326..49b4753870 100644 --- a/src/gui/configure.cmake +++ b/src/gui/configure.cmake @@ -1154,6 +1154,11 @@ qt_feature("raster-64bit" PRIVATE LABEL "QPainter - 64 bit raster" PURPOSE "Internal painting support for 64 bit (16 bpc) rasterization." ) +qt_feature("raster-fp" PRIVATE + SECTION "Painting" + LABEL "QPainter - floating point raster" + PURPOSE "Internal painting support for floating point rasterization." +) qt_feature("undocommand" PUBLIC SECTION "Utilities" LABEL "QUndoCommand" -- cgit v1.2.3