summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/5.4/qtimageformats.nix
blob: 03d0fffbe80e17481d296f99d5cca85685e29261 (plain) (blame)
1
2
3
4
5
6
{ qtSubmodule, qtbase }:

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