cd7d8a60b4
Qt 5.8 is now the default version.
7 lines
121 B
Nix
7 lines
121 B
Nix
{ qtSubmodule, qtbase, qtdeclarative }:
|
|
|
|
qtSubmodule {
|
|
name = "qtwebsockets";
|
|
qtInputs = [ qtbase qtdeclarative ];
|
|
}
|