about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorDmitry Kalinkin <dmitry.kalinkin@gmail.com>2019-02-17 00:31:19 -0500
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2019-02-19 12:28:15 -0500
commit3e3e3918f228a3a30cd216ba0572b18c12bca401 (patch)
treeddd13a93e4d5039c0af8eef16952db8217d35d1f /nixos
parent718a82b108a465a7eef9ce56d77b67571d2015ba (diff)
downloadnixlib-3e3e3918f228a3a30cd216ba0572b18c12bca401.tar
nixlib-3e3e3918f228a3a30cd216ba0572b18c12bca401.tar.gz
nixlib-3e3e3918f228a3a30cd216ba0572b18c12bca401.tar.bz2
nixlib-3e3e3918f228a3a30cd216ba0572b18c12bca401.tar.lz
nixlib-3e3e3918f228a3a30cd216ba0572b18c12bca401.tar.xz
nixlib-3e3e3918f228a3a30cd216ba0572b18c12bca401.tar.zst
nixlib-3e3e3918f228a3a30cd216ba0572b18c12bca401.zip
qt5.qtwebengine: fail properly
QtWebEngine's build system is setup to perform certain platform checks
(see mkspecs/features/platform.prf). But a failed check will not cause
configuration phase to fail, but instead it configures no build targets.
So in such case the build will successfully perform build and install
phases. An empty output directories will are produced and the build
succeeds.

This patches qtwebengine qmake files to properly fail during
configuration phase.

This doesn't touch qt56 as it doesn't have this mechanism.
Diffstat (limited to 'nixos')
0 files changed, 0 insertions, 0 deletions