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