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

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