python312Packages.llm-gguf: init at 0.2 (#364926)
[NixPkgs.git] / pkgs / development / libraries / qt-6 / modules / qtquickeffectmaker.nix
blobf71c891e5f8f4ba3359045dd72d17298adfa0a53
2   qtModule,
3   qtbase,
4   qtquick3d,
5 }:
7 qtModule {
8   pname = "qtquickeffectmaker";
9   propagatedBuildInputs = [
10     qtbase
11     qtquick3d
12   ];
13   meta.mainProgram = "qqem";