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

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