summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/modules/qtsvg.nix
blob: 418c69fb2ebf653a9f453e6ce2d787d43577dace (plain) (blame)
1
2
3
4
5
6
7
{ qtModule, qtbase }:

qtModule {
  pname = "qtsvg";
  propagatedBuildInputs = [ qtbase ];
  outputs = [ "out" "dev" "bin" ];
}