qt54.qtlocation: fix Qt module CMake config files

This commit is contained in:
Thomas Tuegel 2016-01-29 08:46:45 -06:00
parent a7cce8b329
commit b3c8878a65

View file

@ -3,4 +3,8 @@
qtSubmodule {
name = "qtlocation";
qtInputs = [ qtbase qtmultimedia ];
postFixup = ''
fixQtModuleCMakeConfig "Location"
fixQtModuleCMakeConfig "Positioning"
'';
}