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

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