From 3e658d5c70585220d146efbd0f9fbb1486f2abca Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Wed, 1 Apr 2020 10:31:37 +0200 Subject: CMake: Regenerate configure.cmake files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes syntax warning for c++ filesystem check. Amends 907652e1ed3c95e3fdb1620cec4d5a1034153398 Change-Id: Ieafee3610b3eea0e6c13df4d78f21ab333f3d3c0 Reviewed-by: MÃ¥rten Nordheim --- src/gui/configure.cmake | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/gui/configure.cmake') diff --git a/src/gui/configure.cmake b/src/gui/configure.cmake index eb7d2b5549..fde2c9a29e 100644 --- a/src/gui/configure.cmake +++ b/src/gui/configure.cmake @@ -1134,6 +1134,17 @@ qt_feature("multiprocess" PRIVATE PURPOSE "Provides support for detecting the desktop environment, launching external processes and opening URLs." CONDITION NOT INTEGRITY AND NOT rtems ) +qt_feature("whatsthis" PUBLIC + SECTION "Widget Support" + LABEL "QWhatsThis" + PURPOSE "Supports displaying \"What's this\" help." +) +qt_feature_definition("whatsthis" "QT_NO_WHATSTHIS" NEGATE VALUE "1") +qt_feature("raster-64bit" PRIVATE + SECTION "Painting" + LABEL "QPainter - 64 bit raster" + PURPOSE "Internal painting support for 64 bit (16 bpc) rasterization." +) qt_feature("undocommand" PUBLIC SECTION "Utilities" LABEL "QUndoCommand" @@ -1154,17 +1165,6 @@ qt_feature("undogroup" PUBLIC CONDITION QT_FEATURE_undostack ) qt_feature_definition("undogroup" "QT_NO_UNDOGROUP" NEGATE VALUE "1") -qt_feature("whatsthis" PUBLIC - SECTION "Widget Support" - LABEL "QWhatsThis" - PURPOSE "Supports displaying \"What's this\" help." -) -qt_feature_definition("whatsthis" "QT_NO_WHATSTHIS" NEGATE VALUE "1") -qt_feature("raster-64bit" PRIVATE - SECTION "Painting" - LABEL "QPainter - 64 bit raster" - PURPOSE "Internal painting support for 64 bit (16 bpc) rasterization." -) qt_configure_add_summary_section(NAME "Qt Gui") qt_configure_add_summary_entry(ARGS "accessibility") qt_configure_add_summary_entry(ARGS "freetype") -- cgit v1.2.3