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