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

qtModule {
  pname = "qtscxml";
  qtInputs = [ qtbase qtdeclarative ];
  outputs = [ "out" "dev" "bin" ];
}