11 lines
158 B
Nix
11 lines
158 B
Nix
|
{ qtModule
|
||
|
, qtbase
|
||
|
, qtquick3d
|
||
|
}:
|
||
|
|
||
|
qtModule {
|
||
|
pname = "qtquickeffectmaker";
|
||
|
propagatedBuildInputs = [ qtbase qtquick3d ];
|
||
|
meta.mainProgram = "qqem";
|
||
|
}
|