Skip to content

Commit

Permalink
Merge pull request #97670 from ttuegel/kconfigwidgets-plugin-out
Browse files Browse the repository at this point in the history
kconfigwidgets: install plugin in .out
  • Loading branch information
ttuegel committed Sep 11, 2020
2 parents 97bfffe + d489e70 commit 6d269ce
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -12,4 +12,7 @@ mkDerivation {
patches = [ ./0001-qdiriterator-follow-symlinks.patch ];
outputs = [ "out" "dev" ];
outputBin = "dev";
postInstall = ''
moveToOutput ''${qtPluginPrefix:?}/designer/kconfigwidgets5widgets.so "$out"
'';
}

0 comments on commit 6d269ce

Please sign in to comment.