8 lines
140 B
Nix
8 lines
140 B
Nix
|
{ qtModule, qtdeclarative }:
|
||
|
|
||
|
qtModule {
|
||
|
pname = "qtquickcontrols2";
|
||
|
qtInputs = [ qtdeclarative ];
|
||
|
outputs = [ "out" "dev" "bin" ];
|
||
|
}
|