mirror of
https://github.com/QuasarApp/Snake.git
synced 2025-05-13 18:09:43 +00:00
20 lines
413 B
JSON
20 lines
413 B
JSON
|
{
|
||
|
"binDir": "./../src/build/Debug/SnakeProjectEaxample",
|
||
|
"clear": true,
|
||
|
"libDir": "./../",
|
||
|
"recursiveDepth": "10",
|
||
|
"deploySystem": false,
|
||
|
"qmlDir": "../",
|
||
|
"ignoreEnv": [
|
||
|
"./../installer",
|
||
|
"./../Distro",
|
||
|
"./../parts",
|
||
|
"./../snap",
|
||
|
"./../prime",
|
||
|
"./../stage"
|
||
|
],
|
||
|
"extraLib": "crypto",
|
||
|
"targetDir": "./../DisttibutionKit"
|
||
|
}
|
||
|
|