summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/modules/qtwebglplugin.nix
blob: d8fd7a692370c6ddd68417424f848ab674a0f89e (plain) (blame)
1
2
3
4
5
6
{ qtModule, qtbase, qtwebsockets }:

qtModule {
  pname = "qtwebglplugin";
  qtInputs = [ qtbase qtwebsockets ];
}