iOS: remove duplicate of deployment.pri

one deployment.pri is enough

Signed-off-by: Jan Iversen <jani@apache.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
jan Iversen 2018-05-20 12:34:29 +02:00 committed by Dirk Hohndel
parent 4c8ed5a5ae
commit 16555e663b

View file

@ -1,13 +0,0 @@
unix:!android {
isEmpty(target.path) {
qnx {
target.path = /tmp/$${TARGET}/bin
} else {
target.path = /opt/$${TARGET}/bin
}
export(target.path)
}
INSTALLS += target
}
export(INSTALLS)