summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-6/modules/qtscxml.nix
blob: ece975f59e8db3e2caf5b324ff1f1b3206fed7f9 (plain) (blame)
1
2
3
4
5
6
{ qtModule, qtbase, qtdeclarative }:

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