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

qtModule {
  pname = "qtquickeffectmaker";
  propagatedBuildInputs = [ qtbase qtquick3d ];
  meta.mainProgram = "qqem";
}