summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-6/modules/qt3d.nix
blob: f1df7f6fc254fbd06f6c735ce94d826c6ce3da08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{ qtModule
, qtbase
, qtdeclarative
, qtmultimedia
, assimp
}:

qtModule {
  pname = "qt3d";
  propagatedBuildInputs = [ qtbase qtdeclarative qtmultimedia assimp ];
}