summaryrefslogtreecommitdiffstats
path: root/src/network/configure.pri
blob: ad4d711cba1720da02346df34c7af2ef04ff9959 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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)
}