diff --git a/packaging/ios/deployment.pri b/packaging/ios/deployment.pri deleted file mode 100644 index 265ce71f3..000000000 --- a/packaging/ios/deployment.pri +++ /dev/null @@ -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)