about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/qt-6/modules/qtquickeffectmaker.nix
blob: 213814a017e23cb19be3f98a919bf86306d2b124 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ qtModule
, qtbase
, qtquick3d
}:

qtModule {
  pname = "qtquickeffectmaker";
  propagatedBuildInputs = [ qtbase qtquick3d ];
}