fe0ab944db
The module definitions are factored out and shared between qt56 and qt59. The symlink farm which was created during builds is no longer needed.
8 lines
139 B
Nix
8 lines
139 B
Nix
{ qtModule, qtdeclarative }:
|
|
|
|
qtModule {
|
|
name = "qtquickcontrols2";
|
|
qtInputs = [ qtdeclarative ];
|
|
outputs = [ "out" "dev" "bin" ];
|
|
}
|