nixpkgs/pkgs/development/libraries/qt-5/5.6/qtwebengine.nix
2016-06-26 23:02:54 +02:00

7 lines
159 B
Nix

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