qt54.qtlocation: fix Qt module CMake config files
This commit is contained in:
parent
a7cce8b329
commit
b3c8878a65
|
@ -3,4 +3,8 @@
|
||||||
qtSubmodule {
|
qtSubmodule {
|
||||||
name = "qtlocation";
|
name = "qtlocation";
|
||||||
qtInputs = [ qtbase qtmultimedia ];
|
qtInputs = [ qtbase qtmultimedia ];
|
||||||
|
postFixup = ''
|
||||||
|
fixQtModuleCMakeConfig "Location"
|
||||||
|
fixQtModuleCMakeConfig "Positioning"
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue