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

qtModule {
  pname = "qtquick3d";
  qtInputs = [ qtbase qtdeclarative ];
  buildInputs = [ openssl ];
}