Merge branch 'yoctoIntegration'

This commit is contained in:
Siegfried Siegert 2023-11-21 10:14:18 +01:00
commit 3d3bc88269
Signed by: SiegfriedSiegert
GPG Key ID: 68371E015E8F0B03
3 changed files with 4 additions and 15 deletions

View File

@ -4,6 +4,8 @@ QT +=network
# for TCP-IP
TARGET = CArunGui
TEMPLATE = app
VERSION = "1.0.0"
DESTDIR=$${_PRO_FILE_PWD_}/../build
@ -50,7 +52,3 @@ HEADERS += \
datei.h \
plugin.h
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target

View File

@ -126,9 +126,3 @@ SOURCES += \
# version.variable_out = HEADERS
# QMAKE_EXTRA_COMPILERS += version
# QMAKE_CLEAN += $${PWD}/include/version.h
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target

View File

@ -4,6 +4,8 @@ QT +=network
# for TCP-IP
TARGET = dCArun
TEMPLATE = app
VERSION = "1.0.0"
DESTDIR=$${_PRO_FILE_PWD_}/../build
@ -53,8 +55,3 @@ HEADERS += \
win01_com.h \
datei.h \
plugin.h
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target