qt54.qtsensors: fix Qt module CMake config files

This commit is contained in:
Thomas Tuegel 2016-01-29 08:45:08 -06:00
parent 3bb5501a88
commit 2f0ec07921

View file

@ -3,4 +3,7 @@
qtSubmodule {
name = "qtsensors";
qtInputs = [ qtbase qtdeclarative ];
postFixup = ''
fixQtModuleCMakeConfig "Sensors"
'';
}