Project: remove rules for deployment

This commit is contained in:
Siegfried Siegert 2023-11-20 17:01:02 +01:00
parent eed4c278f8
commit 27f1a47e23
Signed by: SiegfriedSiegert
GPG Key ID: 68371E015E8F0B03
3 changed files with 0 additions and 15 deletions

View File

@ -50,7 +50,3 @@ HEADERS += \
datei.h \ datei.h \
plugin.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 # version.variable_out = HEADERS
# QMAKE_EXTRA_COMPILERS += version # QMAKE_EXTRA_COMPILERS += version
# QMAKE_CLEAN += $${PWD}/include/version.h # 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

@ -53,8 +53,3 @@ HEADERS += \
win01_com.h \ win01_com.h \
datei.h \ datei.h \
plugin.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