summaryrefslogtreecommitdiffstats
path: root/experimental/qt5-intro-android/README
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@digia.com>2014-10-08 14:09:14 +0200
committerGatis Paeglis <gatis.paeglis@digia.com>2014-10-09 12:47:06 +0300
commit11ea1829a7057531be95c188fee081a20a7e21c3 (patch)
treefeb2e4e66773d3fab8f57a0d7dab350c6e97a57b /experimental/qt5-intro-android/README
parent1effa27c079735c38e746a09c1673fa103f06054 (diff)
Remove experimental/qt5-intro-android directory
This directory contains old (probably development) version of qt5 launch presentation. We used to have the final version in the basicsuite/, but also that was removed as "obsolete" in: e6253b8d140a98f3d2327b2d028b237480378637 Change-Id: If262643d5e7b01090f72669fbe60bf255ddabd1b Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
Diffstat (limited to 'experimental/qt5-intro-android/README')
-rw-r--r--experimental/qt5-intro-android/README51
1 files changed, 0 insertions, 51 deletions
diff --git a/experimental/qt5-intro-android/README b/experimental/qt5-intro-android/README
deleted file mode 100644
index c182593..0000000
--- a/experimental/qt5-intro-android/README
+++ /dev/null
@@ -1,51 +0,0 @@
-This project contains quick tour of Qt 5.0, primarily focusing on its
-graphical capabilities.
-
-
-
-------------------------------------------------------------------------
- Requirements:
-
- - Qt 5, including QtDeclarative, QtGraphicalEffects and QtMultimedia.
- Commercial URL: http://www.qt.io
- Open Source URL: http://qt-project.org
-
- - The QML Presentation System:
- URL: https://qt.gitorious.org/qt-labs/qml-presentation-system
- git: git clone https://git.gitorious.org/qt-labs/qml-presentation-system.git
-
- - A movie file called 'bunny.mov' in the same directory as the
- main.qml file. The demo will run without, but the Video slide will
- not show anything.
-
-
-
-------------------------------------------------------------------------
- Running:
-
-To run the demo, start it using the Qt Quick 2.0 'qmlscene' tool.
-
-> qmlscene main.qml
-
-The demo includes a slightly fancy fullscreen gradient and a rather
-computationally intensive drop shadow which can be too much for
-low-end GPUs. On these systems, one could try to use the 'lofi'
-launcher instead.
-
-> qmlscene main_lofi.qml
-
-It is possible to tweak the parameters of the main file also.
-
-
-
-------------------------------------------------------------------------
- Troubleshooting:
-
-For a -developer-build of Qt, the webkit plugin and QtWebProcess will
-be located inside the qtwebkit module, rather than inside QtBase, the plugin
-must be added to the QML import path and the path to QtWebProcess must be
-added to PATH for the demo to run.
-
-The slides have been written for the resolution 1280x720. When resized
-some of the spacing and content will look a bit odd. Any patches to
-fix this will be welcomed :)