qttools: move qdbusviewer to runtime output

This commit is contained in:
Thomas Tuegel
2017-05-23 06:15:04 -05:00
parent b3ffeab007
commit 88d29f80c1
2 changed files with 2 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ qtSubmodule {
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
postFixup = ''
moveToOutput "bin/qdbus" "$out"
moveToOutput "bin/qdbusviewer" "$out"
moveToOutput "bin/qtpaths" "$out"
'';
}

View File

@@ -10,6 +10,7 @@ qtSubmodule {
# qmake moves all binaries to $dev in preFixup
postFixup = ''
moveToOutput "bin/qdbus" "$bin"
moveToOutput "bin/qdbusviewer" "$bin"
moveToOutput "bin/qtpaths" "$bin"
'';
}