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

qtModule {
  pname = "qtwebchannel";
  propagatedBuildInputs = [ qtbase qtdeclarative ];
  outputs = [ "out" "dev" "bin" ];
}