subsurface/packaging/ios/Subsurface-mobile/dummy.qml
Dirk Hohndel 24bd2eab43 iOS build: add another dependency to dummy.qml
This way the required plugins get automagically added to the bundle.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2016-06-17 04:07:37 -07:00

15 lines
320 B
QML

// dummy file that tells the iOS build which dependencies
// are needed at runtim
import QtQuick 2.5
import QtQuick.Controls 1.4
import QtQuick.Controls.Styles 1.4
import QtQuick.Dialogs 1.2
import QtQuick.Layouts 1.2
import QtQuick.Window 2.2
import QtWebView 1.0
import QtGraphicalEffects 1.0
ApplicationWindow {
}