summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-12-29 17:37:21 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-12-30 08:57:12 -0800
commit428118ae92867698639d560d2ab7bf49c2839652 (patch)
tree278c9e05318aa647f1984f72a1286f50cfb53533
parent4ebd8485f480bbbb78029556c5e032333c3d6311 (diff)
downloadsubsurface-428118ae92867698639d560d2ab7bf49c2839652.tar.gz
cleanup: remove obsolete iOS packaging files
These have all been replaced with the current build process. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--packaging/ios/deployment.pri13
-rw-r--r--packaging/ios/dummy.qml26
-rw-r--r--packaging/ios/qml.qrc5
3 files changed, 0 insertions, 44 deletions
diff --git a/packaging/ios/deployment.pri b/packaging/ios/deployment.pri
deleted file mode 100644
index dc63e23a0..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)
diff --git a/packaging/ios/dummy.qml b/packaging/ios/dummy.qml
deleted file mode 100644
index 5c77c0e52..000000000
--- a/packaging/ios/dummy.qml
+++ /dev/null
@@ -1,26 +0,0 @@
-// dummy file that tells the iOS build which dependencies
-// are needed at runtim
-import QtGraphicalEffects 1.0
-import QtLocation 5.3
-import QtPositioning 5.3
-import QtQuick 2.0
-import QtQuick 2.3
-import QtQuick 2.4
-import QtQuick 2.5
-import QtQuick 2.6
-import QtQuick.Controls 2.0
-import QtQuick.Controls 2.1
-import QtQuick.Controls 2.2
-import QtQuick.Controls.Material 2.1
-import QtQuick.Dialogs 1.2
-import QtQuick.Layouts 1.1
-import QtQuick.Layouts 1.2
-import QtQuick.Layouts 1.3
-import QtQuick.Window 2.2
-import QtWebView 1.0
-import QtQml.Models 2.2
-import QtQuick.Templates 2.0 as T
-
-ApplicationWindow {
-
-}
diff --git a/packaging/ios/qml.qrc b/packaging/ios/qml.qrc
deleted file mode 100644
index 2f8fd50a2..000000000
--- a/packaging/ios/qml.qrc
+++ /dev/null
@@ -1,5 +0,0 @@
-<RCC>
- <qresource prefix="/">
- <file>dummy.qml</file>
- </qresource>
-</RCC>