Fix: config for deployment

This commit is contained in:
Siegfried Siegert 2023-08-03 09:50:26 +02:00
parent 8889aaca2a
commit ef88fdc9a4

View File

@ -114,7 +114,12 @@ OTHER_FILES += \
# git subtree pull --prefix DCPlugin https://git.mimbach49.de/GerhardHoffmann/DCPlugin.git master --squash
# include(./DCPlugin/DCPlugin.pri)
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/app/tools/atbupdate/$${TARGET}
!isEmpty(target.path): INSTALLS += target
##########################################################################################
# for running program on target through QtCreator
contains( CONFIG, PTU5 ) {
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/app/tools/atbupdate/
!isEmpty(target.path): INSTALLS += target
}