summaryrefslogtreecommitdiffstats
path: root/configure.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'configure.cmake')
-rw-r--r--configure.cmake9
1 files changed, 9 insertions, 0 deletions
diff --git a/configure.cmake b/configure.cmake
index 08def15a9f..c11a2a4933 100644
--- a/configure.cmake
+++ b/configure.cmake
@@ -651,6 +651,10 @@ qt_feature("neon"
)
qt_feature_definition("neon" "QT_COMPILER_SUPPORTS_NEON" VALUE "1")
qt_feature_config("neon" QMAKE_PRIVATE_CONFIG)
+qt_feature("posix_fallocate" PRIVATE
+ LABEL "POSIX fallocate()"
+ CONDITION TEST_posix_fallocate
+)
qt_feature("alloca_h" PRIVATE
LABEL "alloca.h"
CONDITION TEST_alloca_h
@@ -771,6 +775,11 @@ qt_configure_add_summary_entry(
qt_configure_add_summary_entry(ARGS "shared")
qt_configure_add_summary_entry(
TYPE "firstAvailableFeature"
+ ARGS "c11 c99 c89"
+ MESSAGE "Using C standard"
+)
+qt_configure_add_summary_entry(
+ TYPE "firstAvailableFeature"
ARGS "c++2a c++17 c++14 c++11"
MESSAGE "Using C++ standard"
)