qt55.qtconnectivity: fix Qt module CMake config files

This commit is contained in:
Thomas Tuegel 2016-01-24 18:29:39 -06:00
parent aea5ee64db
commit 776de6d955
1 changed files with 4 additions and 0 deletions

View File

@ -3,4 +3,8 @@
qtSubmodule { qtSubmodule {
name = "qtconnectivity"; name = "qtconnectivity";
qtInputs = [ qtbase qtdeclarative ]; qtInputs = [ qtbase qtdeclarative ];
postFixup = ''
fixQtModuleCMakeConfig "Bluetooth"
fixQtModuleCMakeConfig "Nfc"
'';
} }