Fix: config for deployment
This commit is contained in:
parent
8889aaca2a
commit
ef88fdc9a4
@ -114,7 +114,12 @@ OTHER_FILES += \
|
|||||||
# git subtree pull --prefix DCPlugin https://git.mimbach49.de/GerhardHoffmann/DCPlugin.git master --squash
|
# git subtree pull --prefix DCPlugin https://git.mimbach49.de/GerhardHoffmann/DCPlugin.git master --squash
|
||||||
# include(./DCPlugin/DCPlugin.pri)
|
# include(./DCPlugin/DCPlugin.pri)
|
||||||
|
|
||||||
# Default rules for deployment.
|
|
||||||
|
|
||||||
|
##########################################################################################
|
||||||
|
# for running program on target through QtCreator
|
||||||
|
contains( CONFIG, PTU5 ) {
|
||||||
qnx: target.path = /tmp/$${TARGET}/bin
|
qnx: target.path = /tmp/$${TARGET}/bin
|
||||||
else: unix:!android: target.path = /opt/app/tools/atbupdate/$${TARGET}
|
else: unix:!android: target.path = /opt/app/tools/atbupdate/
|
||||||
!isEmpty(target.path): INSTALLS += target
|
!isEmpty(target.path): INSTALLS += target
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user