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