qt54.qtsensors: fix Qt module CMake config files
This commit is contained in:
parent
3bb5501a88
commit
2f0ec07921
|
@ -3,4 +3,7 @@
|
||||||
qtSubmodule {
|
qtSubmodule {
|
||||||
name = "qtsensors";
|
name = "qtsensors";
|
||||||
qtInputs = [ qtbase qtdeclarative ];
|
qtInputs = [ qtbase qtdeclarative ];
|
||||||
|
postFixup = ''
|
||||||
|
fixQtModuleCMakeConfig "Sensors"
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue