summaryrefslogtreecommitdiffstats
path: root/qtwebengine.pro
blob: 1375bc5401700d7a670fbb248627f94d99844577 (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
25
26
27
28
29
load(qt_parts)

isPlatformSupported() {
    !exists(src/3rdparty/chromium): \
        error("Submodule qtwebengine-chromium does not exist. Run 'git submodule update --init'.")
    WSPC = $$find(OUT_PWD, \\s)
    !isEmpty(WSPC): \
        error("QtWebEngine cannot be built in a path that contains whitespace characters.")
    load(configure)
    runConfigure()
}

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

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/*