summaryrefslogtreecommitdiffstats
path: root/qtwebengine.pro
blob: c8f3555e33e7370b7044cbb0dd49c6696ce0b60f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
load(qt_parts)

isPlatformSupported() {
   !exists(src/3rdparty/chromium): \
       error("Submodule qtwebengine-chromium does not exist. Run 'git submodule update --init'.")
   load(configure)
   runConfigure()
}

!isEmpty(skipBuildReason) {
    SUBDIRS =
    log($${skipBuildReason}$${EOL})
    log(QtWebEngine will not be built.$${EOL})
}

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