mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-29 21:50:26 +00:00
9beb445d44
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
18 lines
405 B
QML
18 lines
405 B
QML
// dummy file that tells the iOS build which dependencies
|
|
// are needed at runtim
|
|
import QtQuick 2.5
|
|
import QtQuick.Controls 2.0
|
|
import QtQuick.Controls 1.0
|
|
import QtQuick.Dialogs 1.2
|
|
import QtQuick.Templates 2.0
|
|
import QtQuick.Layouts 1.2
|
|
import QtQuick.Window 2.2
|
|
import QtGraphicalEffects 1.0
|
|
import QtQml.Models 2.1
|
|
import QtBluetooth 5.2
|
|
import QtQuick.Controls.Material 2.1
|
|
|
|
|
|
ApplicationWindow {
|
|
|
|
}
|