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, 0 insertions, 12 deletions
diff --git a/qmake/configure.cmake b/qmake/configure.cmake
deleted file mode 100644
index f1b839dcef..0000000000
--- a/qmake/configure.cmake
+++ /dev/null
@@ -1,12 +0,0 @@
-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()