forgejo-lts: 7.0.10 -> 7.0.11
[NixPkgs.git] / pkgs / development / libraries / qt-6 / modules / qtquickeffectmaker.nix
blob085ce493de610d0b69fe6931a6b6cb5eb8715e11
1 { qtModule
2 , qtbase
3 , qtquick3d
4 }:
6 qtModule {
7   pname = "qtquickeffectmaker";
8   propagatedBuildInputs = [ qtbase qtquick3d ];
9   meta.mainProgram = "qqem";