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:
parent
8665ede01a
commit
e15646d317
@ -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()
|
||||||
|
|
||||||
|
22
src/Example/Deploy/RENAME_ME.json.in
Normal file
22
src/Example/Deploy/RENAME_ME.json.in
Normal 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
|
Loading…
x
Reference in New Issue
Block a user