summary refs log blame commit diff
path: root/pkgs/development/libraries/qt-5/5.6/qtwebchannel.nix
blob: fd7a3c52026ed0084cee40c8540068d8c858313b (plain) (tree)
1
2
3
4
5
6
7






                                       
{ qtSubmodule, qtbase, qtdeclarative }:

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