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

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