8ac5e011d6
GitOrigin-RevId: 2c3273caa153ee8eb5786bc8141b85b859e7efd7
12 lines
297 B
Diff
12 lines
297 B
Diff
diff --git a/qtwebengine.pro b/qtwebengine.pro
|
|
--- a/qtwebengine.pro
|
|
+++ b/qtwebengine.pro
|
|
@@ -5,7 +5,7 @@ runConfigure()
|
|
|
|
!isEmpty(skipBuildReason) {
|
|
SUBDIRS =
|
|
- log($${skipBuildReason}$${EOL})
|
|
+ error($${skipBuildReason}$${EOL})
|
|
log(QtWebEngine will not be built.$${EOL})
|
|
}
|
|
|