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