587713944a
GitOrigin-RevId: 6143fc5eeb9c4f00163267708e26191d1e918932
10 lines
158 B
Nix
10 lines
158 B
Nix
{ qtModule
|
|
, qtbase
|
|
, qtquick3d
|
|
}:
|
|
|
|
qtModule {
|
|
pname = "qtquickeffectmaker";
|
|
propagatedBuildInputs = [ qtbase qtquick3d ];
|
|
meta.mainProgram = "qqem";
|
|
}
|