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

qtSubmodule {
  name = "qtconnectivity";
  qtInputs = [ qtbase qtdeclarative ];
}