An error occurred while loading the file. Please try again.
-
Allan Sandfeld Jensen authored
The tools/qmake directory is a left over from webkit where qmake was but one of many buildsystems. This is not necessary for qtwebengine, so we can instead use the standard locations. Change-Id: I3d126d6627295b113b091f3eabeee25f1c1f6183 Reviewed-by:
Kai Koehne <kai.koehne@qt.io> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@qt.io>
8fb1dbef
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/*