depot/third_party/nixpkgs/pkgs/development/libraries/qt-6/modules/qtscxml.nix

7 lines
124 B
Nix
Raw Normal View History

{ qtModule, qtbase, qtdeclarative }:
qtModule {
pname = "qtscxml";
propagatedBuildInputs = [ qtbase qtdeclarative ];
}