mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
qt54.qtlocation: fix Qt module CMake config files
This commit is contained in:
parent
a7cce8b329
commit
b3c8878a65
1 changed files with 4 additions and 0 deletions
|
@ -3,4 +3,8 @@
|
|||
qtSubmodule {
|
||||
name = "qtlocation";
|
||||
qtInputs = [ qtbase qtmultimedia ];
|
||||
postFixup = ''
|
||||
fixQtModuleCMakeConfig "Location"
|
||||
fixQtModuleCMakeConfig "Positioning"
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue