aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/libraries/qt-5/modules/qtimageformats.nix
blob: 1a7726070be3672509a768dcc3c69a2214ca99f5 (plain)
1
2
3
4
5
6
{ qtModule, qtbase }:

qtModule {
  name = "qtimageformats";
  qtInputs = [ qtbase ];
}