subsurface/packaging/ios/Subsurface-mobile/dummy.qml
Robert C. Helling ec34ebfb04 Enable BT for iOS build
and add some new source files to .pro file

Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2017-06-01 14:33:41 -07:00

17 lines
368 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
ApplicationWindow {
}