summaryrefslogtreecommitdiffstats
path: root/configure.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'configure.cmake')
-rw-r--r--configure.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.cmake b/configure.cmake
index 88c32e2637..ddb28060b6 100644
--- a/configure.cmake
+++ b/configure.cmake
@@ -356,6 +356,13 @@ qt_feature("use_lld_linker"
DISABLE INPUT_linker STREQUAL 'bfd' OR INPUT_linker STREQUAL 'gold'
)
qt_feature_config("use_lld_linker" QMAKE_PRIVATE_CONFIG)
+qt_feature("pkg-config" PUBLIC
+ LABEL "Using pkg-config"
+ AUTODETECT NOT APPLE AND NOT WIN32
+ CONDITION PKG_CONFIG_FOUND
+)
+qt_feature_config("pkg-config" QMAKE_PUBLIC_QT_CONFIG
+ NEGATE)
qt_feature("developer-build"
LABEL "Developer build"
AUTODETECT OFF