4
0
mirror of https://github.com/QuasarApp/CMakeProject.git synced 2025-04-26 13:44:34 +00:00

added configure deploy files

This commit is contained in:
Andrei Yankovich 2021-10-25 17:09:02 +03:00
parent 8665ede01a
commit e15646d317
4 changed files with 30 additions and 2 deletions

View File

@ -28,6 +28,7 @@ set(PUBLIC_INCUDE_DIR "${CMAKE_CURRENT_SOURCE_DIR}")
set(PRIVATE_INCUDE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/Private") set(PRIVATE_INCUDE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/Private")
updateGitVars()
if (${QT_VERSION_MAJOR} EQUAL 6) if (${QT_VERSION_MAJOR} EQUAL 6)
@ -85,7 +86,12 @@ if (ANDROID)
else() else()
# Desctop deploying # Desctop deploying
addDeployFromCustomFile("RENAME_ME" "${CMAKE_CURRENT_SOURCE_DIR}/../../Deploy/RENAME_ME.json")
message(GIT_COMMIT_COUNT = ${GIT_COMMIT_COUNT})
set(DeployFile "${CMAKE_CURRENT_SOURCE_DIR}/Deploy/RENAME_ME.json")
configure_file("${DeployFile}.in" ${DeployFile} @ONLY)
addDeployFromCustomFile("RENAME_ME" ${DeployFile})
endif() endif()

View File

@ -0,0 +1,22 @@
{
"bin": [
"src/build/Debug/RENAME_MEEaxample",
"src/build/Debug/RENAME_MEEaxample.exe"
],
"clear": true,
"libDir": "./../",
"recursiveDepth": "10",
"deploySystem": false,
"qmlDir": "../",
"ignoreEnv": [
"./../installer",
"./../Distro",
"./../parts",
"./../snap",
"./../prime",
"./../stage"
],
"extraLib": "crypto",
"targetDir": "./../DisttibutionKit"
}

@ -1 +1 @@
Subproject commit a36c819e1d9434567854646462be0e410505438c Subproject commit d398f8cd8758a5b2e58eacadba49d8e718b417e6