c7f94ff3ce
GitOrigin-RevId: b85ed9dcbf187b909ef7964774f8847d554fab3b
8 lines
201 B
Nix
8 lines
201 B
Nix
{ qtModule, qtbase, qtdeclarative }:
|
|
|
|
qtModule {
|
|
pname = "qtremoteobjects";
|
|
qtInputs = [ qtbase qtdeclarative ];
|
|
# cycle is detected in build when adding "dev" "bin" too
|
|
outputs = [ "out" ];
|
|
}
|