mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
qt54.qtconnectivity: fix Qt module CMake config files
This commit is contained in:
parent
6e623f8784
commit
0c79c7c3b2
1 changed files with 4 additions and 0 deletions
|
@ -3,4 +3,8 @@
|
|||
qtSubmodule {
|
||||
name = "qtconnectivity";
|
||||
qtInputs = [ qtbase qtdeclarative ];
|
||||
postFixup = ''
|
||||
fixQtModuleCMakeConfig "Bluetooth"
|
||||
fixQtModuleCMakeConfig "Nfc"
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue