7 lines
109 B
Nix
7 lines
109 B
Nix
{ qtSubmodule, qtdeclarative }:
|
|
|
|
qtSubmodule {
|
|
name = "qtquickcontrols";
|
|
qtInputs = [ qtdeclarative ];
|
|
}
|