diff --git a/configure.cmake b/configure.cmake index 5d2acc571e1..a800856e15d 100644 --- a/configure.cmake +++ b/configure.cmake @@ -671,6 +671,7 @@ qt_feature_config("reduce_exports" QMAKE_PUBLIC_QT_CONFIG) qt_feature("no_direct_extern_access" PRIVATE LABEL "Use protected visibility and -mno-direct-extern-access" CONDITION NOT WIN32 AND TEST_no_direct_extern_access + AUTODETECT OFF ) qt_feature_definition("no_direct_extern_access" "QT_USE_PROTECTED_VISIBILITY") qt_feature_config("no_direct_extern_access" QMAKE_PUBLIC_QT_CONFIG)