forked from GerhardHoffmann/DCLibraries
Project: remove rules for deployment
This commit is contained in:
parent
eed4c278f8
commit
27f1a47e23
@ -50,7 +50,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
|
||||
|
@ -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
|
||||
|
@ -53,8 +53,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
|
||||
|
Loading…
Reference in New Issue
Block a user