qpack
qpack - a tools used to pack Qt project on Linux.
qpack <binary file> [options] [args]...
Pack the Qt project to whom the binary file(sepcified by you) belongs.
- -o <output dir>
- Specify the package dir. The default dir is "__XXX_pack".
- -t
- tar the package automatically.
- -v
- Print the version(the last time modified the script).
- --help
- Print the help info.
- Currently, option -o can only specify output path in current path or its child($PWD or $PWD/*).
- The script will overwrite files wihthout warnings. Make sure there are no files needed.
Written by QingYang.
Copyright © 2022 Free Software Foundation, Inc. License GPLv3+: GNU
GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.