nixpkgs/pkgs/development/libraries/qt-5/5.8/qtwebchannel.nix

8 lines
122 B
Nix
Raw Normal View History

{ qtSubmodule, qtbase, qtdeclarative }:
qtSubmodule {
name = "qtwebchannel";
qtInputs = [ qtbase qtdeclarative ];
}