summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/zlib_dependency.pri
blob: 6ac7e59158ac06df2996c13411e8abe743fe1e98 (plain)
1
2
3
4
5
6
7
8
9
10
# zlib dependency satisfied by bundled 3rd party zlib or system zlib
qtConfig(system-zlib) {
    QMAKE_USE_PRIVATE += zlib
} else {
    INCLUDEPATH +=  $$PWD/zlib
    !no_core_dep {
        CONFIG += qt
        QT_PRIVATE += core
    }
}