2018-12-07 16:24:04 +08:00
|
|
|
# Qt Creator 远程部署和调试
|
|
|
|
|
2018-12-07 16:55:10 +08:00
|
|
|
WORKSPACE = /home/src
|
|
|
|
deploy0.files=$$WORKSPACE/build0/app0
|
2018-12-07 16:39:33 +08:00
|
|
|
deploy0.path=/root
|
|
|
|
|
2018-12-07 16:55:10 +08:00
|
|
|
deploy1.files=$$WORKSPACE/build1/app1
|
2018-12-07 16:39:33 +08:00
|
|
|
deploy1.path=/root
|
|
|
|
|
|
|
|
INSTALLS += deploy0 deploy1
|
2018-12-07 16:37:02 +08:00
|
|
|
|
2018-12-07 16:24:04 +08:00
|
|
|
<https://blog.csdn.net/qq21497936/article/details/79722924>
|
2018-12-07 16:55:10 +08:00
|
|
|
|
|
|
|
<https://blog.csdn.net/foxbryant/article/details/78196142>
|
|
|
|
|