diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-12-29 17:37:21 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-12-30 08:57:12 -0800 |
commit | 428118ae92867698639d560d2ab7bf49c2839652 (patch) | |
tree | 278c9e05318aa647f1984f72a1286f50cfb53533 /packaging/ios/dummy.qml | |
parent | 4ebd8485f480bbbb78029556c5e032333c3d6311 (diff) | |
download | subsurface-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>
Diffstat (limited to 'packaging/ios/dummy.qml')
-rw-r--r-- | packaging/ios/dummy.qml | 26 |
1 files changed, 0 insertions, 26 deletions
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 { - -} |