qttools: move qdbusviewer to runtime output
This commit is contained in:
parent
b3ffeab007
commit
88d29f80c1
@ -6,6 +6,7 @@ qtSubmodule {
|
|||||||
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
|
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
moveToOutput "bin/qdbus" "$out"
|
moveToOutput "bin/qdbus" "$out"
|
||||||
|
moveToOutput "bin/qdbusviewer" "$out"
|
||||||
moveToOutput "bin/qtpaths" "$out"
|
moveToOutput "bin/qtpaths" "$out"
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
@ -10,6 +10,7 @@ qtSubmodule {
|
|||||||
# qmake moves all binaries to $dev in preFixup
|
# qmake moves all binaries to $dev in preFixup
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
moveToOutput "bin/qdbus" "$bin"
|
moveToOutput "bin/qdbus" "$bin"
|
||||||
|
moveToOutput "bin/qdbusviewer" "$bin"
|
||||||
moveToOutput "bin/qtpaths" "$bin"
|
moveToOutput "bin/qtpaths" "$bin"
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user