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

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