diff options
author | jan Iversen <jani@libreoffice.org> | 2018-05-20 12:57:14 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-05-20 11:35:28 -0700 |
commit | d7e31ebbcd2966ed31e0fe371e1362a6296d619d (patch) | |
tree | 96e89b808ae255a046dbfbc266c69d5ce4c538cf /packaging/ios/dummy.qml | |
parent | 16555e663b811c0fa5d273570025d70d2640146d (diff) | |
download | subsurface-d7e31ebbcd2966ed31e0fe371e1362a6296d619d.tar.gz |
iOS: get rid of ios/Subsurface-mobile
Having a split between ios and ios/Subsurface-mobile is just confusing
and without a practical reason
Move files from ios/Subsurface-mobile to ios and update .gitignore
Signed-off-by: Jan Iversen <jani@apache.org>
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, 26 insertions, 0 deletions
diff --git a/packaging/ios/dummy.qml b/packaging/ios/dummy.qml new file mode 100644 index 000000000..5c77c0e52 --- /dev/null +++ b/packaging/ios/dummy.qml @@ -0,0 +1,26 @@ +// 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 { + +} |