mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-26 09:44:33 +00:00
fix meta file of snap
This commit is contained in:
parent
93c40aef93
commit
56c61c95cf
1
.gitignore
vendored
1
.gitignore
vendored
@ -84,6 +84,7 @@ src/CQtDeployer/Deploy/QIFW/
|
|||||||
src/CQtDeployer/Deploy/CQtDeployerSingle.json
|
src/CQtDeployer/Deploy/CQtDeployerSingle.json
|
||||||
src/CQtDeployer/Deploy/QIFWTemplate/config/config.xml
|
src/CQtDeployer/Deploy/QIFWTemplate/config/config.xml
|
||||||
snap/snapcraft.yaml
|
snap/snapcraft.yaml
|
||||||
|
src/LibDeploy/src/deploy_global.h
|
||||||
|
|
||||||
# binaries
|
# binaries
|
||||||
testcases/bin/
|
testcases/bin/
|
||||||
|
0
snap/gui/icon.png
Normal file → Executable file
0
snap/gui/icon.png
Normal file → Executable file
Before Width: | Height: | Size: 140 KiB After Width: | Height: | Size: 140 KiB |
@ -79,8 +79,10 @@ configure_file_in(${CURRENT_PROJECT} "${CMAKE_CURRENT_SOURCE_DIR}/Deploy/QIFWTem
|
|||||||
configure_file_in(${CURRENT_PROJECT} "${CMAKE_CURRENT_SOURCE_DIR}/Deploy/QIFWTemplate/packages/QIF/meta/package.xml")
|
configure_file_in(${CURRENT_PROJECT} "${CMAKE_CURRENT_SOURCE_DIR}/Deploy/QIFWTemplate/packages/QIF/meta/package.xml")
|
||||||
|
|
||||||
# snap
|
# snap
|
||||||
configure_file_in(${CURRENT_PROJECT} "${CMAKE_SOURCE_DIR}/snap/snapcraft.yaml")
|
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/Deploy/snapcraft.yaml.in" "${CMAKE_SOURCE_DIR}/snap/snapcraft.yaml" @ONLY)
|
||||||
|
add_custom_target(${name}Templates ALL
|
||||||
|
SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/Deploy/snapcraft.yaml.in"
|
||||||
|
)
|
||||||
|
|
||||||
# sets qifw variable
|
# sets qifw variable
|
||||||
set(HomeDir "@HomeDir@")
|
set(HomeDir "@HomeDir@")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user