repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
linux_xanmod: 5.11.14 -> 5.11.15
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
qt-5
/
5.12
/
qtwebengine-no-build-skip.patch
blob
f332d5e1bb2b0627c597fce95d32edd17d8e3389
1
diff --git a/qtwebengine.pro b/qtwebengine.pro
2
--- a/qtwebengine.pro
3
+++ b/qtwebengine.pro
4
@@ -5,7 +5,7 @@ runConfigure()
5
6
!isEmpty(skipBuildReason) {
7
SUBDIRS =
8
- log($${skipBuildReason}$${EOL})
9
+ error($${skipBuildReason}$${EOL})
10
log(QtWebEngine will not be built.$${EOL})
11
}
12