blob: ad4d711cba1720da02346df34c7af2ef04ff9959 [file] [log] [blame]
# custom tests
defineTest(qtConfLibrary_openssl) {
eval(libs = $$getenv("OPENSSL_LIBS"))
!isEmpty(libs) {
!qtConfResolveLibs($${1}.libs, $$libs): \
return(false)
return(true)
}
qtLog("$OPENSSL_LIBS is not set.")
return(false)
}