about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/qt-5/modules/qtdoc.nix
blob: 10623962c430c1c8632fa87e569d8f00d12649a2 (plain) (blame)
1
2
3
4
5
6
7
{ qtModule, qtdeclarative }:

qtModule {
  name = "qtdoc";
  qtInputs = [ qtdeclarative ];
  outputs = [ "out" ];
}