nixpkgs/pkgs/development/libraries/qt-5/5.7/qtwebengine.nix
2016-07-29 17:46:13 -05:00

7 lines
159 B
Nix

{ qtSubmodule, qtquickcontrols, qtlocation, qtwebchannel }:
qtSubmodule {
name = "qtwebengine";
qtInputs = [ qtquickcontrols qtlocation qtwebchannel ];
}