mirror of
https://github.com/QRouland/UTPass.git
synced 2024-11-08 16:52:40 +00:00
17 lines
551 B
JSON
17 lines
551 B
JSON
{
|
|
"template": "cmake",
|
|
"kill": "UTPass",
|
|
"scripts": {
|
|
"third_build": "clickable run 'cd third && ./clean.sh && mkdir build && cd build && cmake .. && make'",
|
|
"third_build_d": "clickable run 'cd third && ./clean.sh && mkdir build && cd build && cmake .. && make' --arch amd64 ",
|
|
"third_clean": "cd third && rm -rf local && ./clean.sh",
|
|
"style": "astyle --options=.astylerc 'plugins/*.cpp,*.h' && qmlfmt -w tests && qmlfmt -w qml"
|
|
},
|
|
"dependencies_build": [
|
|
"texinfo",
|
|
"gpgsm",
|
|
"bison"
|
|
],
|
|
"dependencies_target": []
|
|
}
|