summaryrefslogtreecommitdiffstats
path: root/basicsuite/about-b2qt/AboutBoot2Qt.qml
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-06-25 09:40:41 +0200
committerLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-06-25 10:56:40 +0300
commitba41436c910ccee88e13ceee1546a28f2a94cafc (patch)
tree31568716a6d82c769de0557f29571b0c7170c4e0 /basicsuite/about-b2qt/AboutBoot2Qt.qml
parente041027fcac85f677e7006caf1c0b503f7750c01 (diff)
Remove Android stuff and unused content from the About B2Qt app
Task-number: QTEE-955 Change-Id: I4d8838c5a959c6f0b0f75c32e5040ae8f5ce0e8c Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
Diffstat (limited to 'basicsuite/about-b2qt/AboutBoot2Qt.qml')
-rw-r--r--basicsuite/about-b2qt/AboutBoot2Qt.qml20
1 files changed, 10 insertions, 10 deletions
diff --git a/basicsuite/about-b2qt/AboutBoot2Qt.qml b/basicsuite/about-b2qt/AboutBoot2Qt.qml
index 5dc7fd7..7033bb7 100644
--- a/basicsuite/about-b2qt/AboutBoot2Qt.qml
+++ b/basicsuite/about-b2qt/AboutBoot2Qt.qml
@@ -65,11 +65,11 @@ Column {
width: parent.width
text: '<p align="justify">Qt for Device Creation provides a fully-integrated solution
to get you started immediately with software development on your embedded device
- with a tailored user experience for embedded Linux and embedded Android. It
- supports your key requirements for high performance and minimal footprint, and together
- with Qt - a full framework with modular architecture - delivers unparalleled
- scalability. The development cycle is as rapid as it gets with fully integrated
- embedded tooling, pre-configured software stack and a collection of value-add components.</p>'
+ with a tailored user experience for embedded Linux. It supports your key requirements
+ for high performance and minimal footprint, and together with Qt - a full framework
+ with modular architecture - delivers unparalleled scalability. The development cycle
+ is as rapid as it gets with fully integrated embedded tooling, pre-configured software
+ stack and a collection of value-add components.</p>'
}
// Large overview picture
@@ -160,10 +160,10 @@ Column {
text: '<p align="justify">The <strong>Boot to Qt</strong> software stack gets you
immediately started with software development on your embedded device
- with a tailored user experience for embedded Linux and embedded Android. It
- supports your key requirements for high performance, minimal footprint together
- with Qt’s flexible full-framework modular architecture to deliver unparalleled
- scalability.</p><p align="justify">The Boot to Qt stack can be made to run on a variety
+ with a tailored user experience for embedded Linux. It supports your key requirements
+ for high performance, minimal footprint together with Qt’s flexible full-framework
+ modular architecture to deliver unparalleled scalability.</p>
+ <p align="justify">The Boot to Qt stack can be made to run on a variety
of hardware with the provided <strong>Build-Your-Own-Stack</strong> tooling. It comes
pre-built for several reference devices with the installation of Qt for Device Creation.</p>'
}
@@ -173,7 +173,7 @@ Column {
width: ( parent.width - parent.spacing ) / 2
Box { text: "Application"; accentColor: qtpurple }
Box { text: "Qt Framework"; accentColor: qtlightgreen }
- Box { text: "Android/Linux Baselayer"; accentColor: qtdarkblue }
+ Box { text: "Linux Baselayer"; accentColor: qtdarkblue }
Box { text: "Embedded Hardware"; accentColor: qtdarkblue }
}