about summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/5.4/qtconnectivity.nix
blob: 35538c7261f1dc3a12f4a6d98879e1581560e71a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ qtSubmodule, qtbase, qtdeclarative }:

qtSubmodule {
  name = "qtconnectivity";
  qtInputs = [ qtbase qtdeclarative ];
  postFixup = ''
    fixQtModuleCMakeConfig "Bluetooth"
    fixQtModuleCMakeConfig "Nfc"
  '';
}