Commit c2187164 authored by Joerg Bornemann's avatar Joerg Bornemann
Browse files

Yield error if the build directory contains spaces


Task-number: QTBUG-61275
Change-Id: I7e741ffaaa4044b3b61b6df06ea3eab181db9c97
Reviewed-by: default avatarMichal Klocek <michal.klocek@qt.io>
parent 19e5c205
Branches
Tags
No related merge requests found
Showing with 7 additions and 4 deletions
load(qt_parts)
isPlatformSupported() {
!exists(src/3rdparty/chromium): \
error("Submodule qtwebengine-chromium does not exist. Run 'git submodule update --init'.")
load(configure)
runConfigure()
!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) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment