summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/5.8/qtwebchannel.nix
blob: fd7a3c52026ed0084cee40c8540068d8c858313b (plain) (blame)
1
2
3
4
5
6
7
{ qtSubmodule, qtbase, qtdeclarative }:

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