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

qtSubmodule {
  name = "qttools";
  qtInputs = [ qtbase ];
  postFixup = ''
    moveToOutput "bin/qdbus" "$out"
    moveToOutput "bin/qtpaths" "$out"
  '';
}