From 710b3615fe875cd99a78f643790201b587ffef97 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Sun, 6 Mar 2016 06:46:26 -0800 Subject: iOS build: add various support files It's unclear why the build fails if we don't add the sample app files as well. [Dirk Hohndel: refactored the patches] Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- packaging/ios/subsurface-ios/MainForm.ui.qml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 packaging/ios/subsurface-ios/MainForm.ui.qml (limited to 'packaging/ios/subsurface-ios/MainForm.ui.qml') diff --git a/packaging/ios/subsurface-ios/MainForm.ui.qml b/packaging/ios/subsurface-ios/MainForm.ui.qml new file mode 100644 index 000000000..7913bb2b8 --- /dev/null +++ b/packaging/ios/subsurface-ios/MainForm.ui.qml @@ -0,0 +1,25 @@ +import QtQuick 2.6 +import QtQuick.Controls 1.5 +import QtQuick.Layouts 1.3 + +Item { + width: 640 + height: 480 + + property alias button1: button1 + property alias button2: button2 + + RowLayout { + anchors.centerIn: parent + + Button { + id: button1 + text: qsTr("Press Me 1") + } + + Button { + id: button2 + text: qsTr("Press Me 2") + } + } +} -- cgit v1.2.3-70-g09d2