An error occurred while loading the file. Please try again.
-
Allan Sandfeld Jensen authored
We currently don't support unbundling SRTP because Chromium uses a too new unreleased version, but we were still testing for it and claiming to use the system one if found. Change-Id: I250f0d7fc1e09398b3196895bdd529d366cd0a86 Reviewed-by:
Alexandru Croitor <alexandru.croitor@qt.io>
83e790da
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/* \
mkspecs/features/*