summaryrefslogtreecommitdiffstats
path: root/qmake/configure.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/configure.cmake')
-rw-r--r--qmake/configure.cmake12
1 files changed, 12 insertions, 0 deletions
diff --git a/qmake/configure.cmake b/qmake/configure.cmake
new file mode 100644
index 0000000000..f1b839dcef
--- /dev/null
+++ b/qmake/configure.cmake
@@ -0,0 +1,12 @@
+qt_feature("qmake" PRIVATE
+ SECTION "Core tools"
+ LABEL "qmake tool"
+ PURPOSE "The qmake tool helps simplify the build process for development projects across different platforms"
+ CONDITION QT_FEATURE_settings AND QT_FEATURE_alloca AND
+ (QT_FEATURE_alloca_malloc_h OR NOT WIN32) AND QT_FEATURE_cborstreamwriter AND
+ QT_FEATURE_datestring AND QT_FEATURE_regularexpression AND QT_FEATURE_temporaryfile
+)
+
+qt_configure_add_summary_section(NAME "Core tools")
+qt_configure_add_summary_entry(ARGS "qmake")
+qt_configure_end_summary_section()