summaryrefslogtreecommitdiffstats
path: root/qtwebengine.pro
blob: dae059a4060289fc55fc3ff50b73ef128088e0a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
load(qt_parts)
load(functions)

QMAKE_DISTCLEAN += .qmake.cache

OTHER_FILES = \
    tools/buildscripts/* \
    tools/scripts/* \
    config.tests/khr/* \
    config.tests/libcap/* \
    config.tests/libvpx/* \
    config.tests/snappy/* \
    config.tests/re2/* \
    mkspecs/features/*

!isWebEngineCoreBuild():!isEmpty(skipBuildReason):!build_pass {
    log(QtWebEngine will not be built. $${skipBuildReason} $${EOL})
}