nixpkgs/pkgs/development/libraries/qt-5/5.4/qtenginio.nix

7 lines
103 B
Nix

{ qtSubmodule, qtdeclarative }:
qtSubmodule {
name = "qtenginio";
qtInputs = [ qtdeclarative ];
}