4
0
mirror of https://github.com/QuasarApp/CMakeProject.git synced 2025-04-27 06:04:33 +00:00

fix deploy config

This commit is contained in:
Andrei Yankovich 2022-01-25 13:25:07 +03:00
parent 701eb4db30
commit b4ed9fce56

View File

@ -4,10 +4,18 @@
"src/build/Debug/RENAME_MEEaxample.exe" "src/build/Debug/RENAME_MEEaxample.exe"
], ],
"clear": true, "clear": true,
"libDir": "@CMAKE_SOURCE_DIR@", "binPrefix": "@CMAKE_BINARY_DIR@",
"libDir": [
"@CMAKE_SOURCE_DIR@",
"@CMAKE_PREFIX_PATH@",
"@CMAKE_BINARY_DIR@"
],
"recursiveDepth": "10", "recursiveDepth": "10",
"deploySystem": false, "deploySystem": false,
"qmlDir": "../", "qmlDir": "../",
"deb": true,
"qif": true,
"zip": true,
"ignoreEnv": [ "ignoreEnv": [
"@CMAKE_SOURCE_DIR@/Distro" "@CMAKE_SOURCE_DIR@/Distro"
], ],