The build for INTEGRITY is static only so libdl.a is not needed

Pick-to: 6.2
Change-Id: I8e81d00a0be2521e42db98d3b687b8e1471753e9
Reviewed-by: Janne Koskinen <janne.p.koskinen@qt.io>
This commit is contained in:
Tatiana Borisova 2021-07-02 10:40:59 +03:00
parent 50b55b89f3
commit 1d6e9c786d

View File

@ -930,7 +930,7 @@ qt_feature("xml" PRIVATE
)
qt_feature("libudev" PRIVATE
LABEL "udev"
CONDITION Libudev_FOUND
CONDITION Libudev_FOUND AND NOT INTEGRITY
)
qt_feature("ccache"
LABEL "Using ccache"
@ -948,7 +948,7 @@ qt_feature_config("static_runtime" QMAKE_PUBLIC_CONFIG)
qt_feature_config("static_runtime" QMAKE_PUBLIC_QT_CONFIG)
qt_feature("dlopen" PRIVATE
LABEL "dlopen()"
CONDITION UNIX
CONDITION UNIX AND NOT INTEGRITY
)
qt_feature("relocatable" PRIVATE
LABEL "Relocatable"