about summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/5.5/qttools.nix
blob: 65edc45081283d8a41640d294a8910f0e1457f23 (plain) (blame)
1
2
3
4
5
6
{ qtSubmodule, qtbase }:

qtSubmodule {
  name = "qttools";
  qtInputs = [ qtbase ];
}