summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/5.6/qtenginio.nix
blob: b860a73ef8900bce563a1b0b41ec34afe1b5c0c3 (plain) (blame)
1
2
3
4
5
6
{ qtSubmodule, qtdeclarative }:

qtSubmodule {
  name = "qtenginio";
  qtInputs = [ qtdeclarative ];
}