Commit 26ac59af authored by Kai Koehne's avatar Kai Koehne
Browse files

Skip qtwebengine for -no-gui build


Fixes: QTBUG-75465
Change-Id: Iaf8c75d60d00dac3079fcb3f7108e1c3e5ea5245
Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
Reviewed-by: default avatarMichael Brüning <michael.bruning@qt.io>
parent c6b37bbd
No related merge requests found
Showing with 4 additions and 0 deletions
...@@ -4,6 +4,10 @@ load(functions) ...@@ -4,6 +4,10 @@ load(functions)
load(platform) load(platform)
defineTest(runConfigure) { defineTest(runConfigure) {
!qtHaveModule(gui) {
skipBuild("QtWebEngine requires QtGui.")
return(false)
}
!exists(src/3rdparty/chromium) { !exists(src/3rdparty/chromium) {
skipBuild("Submodule qtwebengine-chromium does not exist. Run 'git submodule update --init'.") skipBuild("Submodule qtwebengine-chromium does not exist. Run 'git submodule update --init'.")
......
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