7 lines
123 B
Nix
7 lines
123 B
Nix
|
{ qtSubmodule, qtbase, qtdeclarative }:
|
||
|
|
||
|
qtSubmodule {
|
||
|
name = "qtconnectivity";
|
||
|
qtInputs = [ qtbase qtdeclarative ];
|
||
|
}
|