mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
qt55.qtenginio: fix Qt module CMake config files
This commit is contained in:
parent
35c7cdac5f
commit
aea5ee64db
1 changed files with 3 additions and 0 deletions
|
@ -3,4 +3,7 @@
|
|||
qtSubmodule {
|
||||
name = "qtenginio";
|
||||
qtInputs = [ qtdeclarative ];
|
||||
postFixup = ''
|
||||
fixQtModuleCMakeConfig "Enginio"
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue