nixpkgs-suyu/pkgs/development/libraries/qt-5/5.9
Dmitry Kalinkin 3e3e3918f2 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.
2019-02-19 12:28:15 -05:00
..
default.nix qt5.qtwebengine: fail properly 2019-02-19 12:28:15 -05:00
fetch.sh
qtbase-darwin.patch Revert "qt59-qtbase: fix darwin build with clang-5" 2019-01-28 19:53:52 -05:00
qtbase-fixguicmake.patch
qtbase.patch
qtdeclarative.patch
qtscript.patch
qtserialport.patch
qttools.patch
qtwebengine-no-build-skip.patch qt5.qtwebengine: fail properly 2019-02-19 12:28:15 -05:00
qtwebkit.patch
srcs.nix