harbour-seaprint/qml/harbour-seaprint.qml
Anton Thomasson 3e406c67db New project
2019-12-01 15:40:10 +01:00

10 lines
230 B
QML

import QtQuick 2.0
import Sailfish.Silica 1.0
import "pages"
ApplicationWindow
{
initialPage: Component { FirstPage { } }
cover: Qt.resolvedUrl("cover/CoverPage.qml")
allowedOrientations: defaultAllowedOrientations
}