summaryrefslogtreecommitdiffstats
path: root/src/gui/configure.cmake
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-04-01 10:31:37 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-04-02 09:39:24 +0200
commit3e658d5c70585220d146efbd0f9fbb1486f2abca (patch)
tree7a6ffc234ad3f937b3c756b2767b392f167da9c8 /src/gui/configure.cmake
parent8c0fc9264f2aeff045286436cd288c44dae4b2e0 (diff)
CMake: Regenerate configure.cmake files
Fixes syntax warning for c++ filesystem check. Amends 907652e1ed3c95e3fdb1620cec4d5a1034153398 Change-Id: Ieafee3610b3eea0e6c13df4d78f21ab333f3d3c0 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'src/gui/configure.cmake')
-rw-r--r--src/gui/configure.cmake22
1 files changed, 11 insertions, 11 deletions
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")