summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-07-12 09:24:24 +0200
committerQt by Nokia <qt-info@nokia.com>2011-07-12 15:06:10 +0200
commit3f515dcae3d5e4cd5571d3ae054fc64fc57e3c96 (patch)
tree137742998cbb39642efabb37e6f7694c08ec9964 /examples
parent9a85b921ac457c68cee0c89b8ad11433b1e92d07 (diff)
downloadqtscript-3f515dcae3d5e4cd5571d3ae054fc64fc57e3c96.tar.gz
Remove reference to qtdemo.
Change-Id: I1ae89728a405bcab61eaee9192def386e6cd16e6 Reviewed-on: http://codereview.qt.nokia.com/1493 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: David Boddie
Diffstat (limited to 'examples')
-rw-r--r--examples/script/README33
1 files changed, 1 insertions, 32 deletions
diff --git a/examples/script/README b/examples/script/README
index 089a7fa..60fe33c 100644
--- a/examples/script/README
+++ b/examples/script/README
@@ -5,36 +5,5 @@ These examples demonstrate the fundamental aspects of scripting applications
with Qt.
-The example launcher provided with Qt can be used to explore each of the
-examples in this directory.
-
-Documentation for these examples can be found via the Tutorial and Examples
+Documentation for these examples can be found via the Examples
link in the main Qt documentation.
-
-
-Finding the Qt Examples and Demos launcher
-==========================================
-
-On Windows:
-
-The launcher can be accessed via the Windows Start menu. Select the menu
-entry entitled "Qt Examples and Demos" entry in the submenu containing
-the Qt tools.
-
-On Mac OS X:
-
-For the binary distribution, the qtdemo executable is installed in the
-/Developer/Applications/Qt directory. For the source distribution, it is
-installed alongside the other Qt tools on the path specified when Qt is
-configured.
-
-On Unix/Linux:
-
-The qtdemo executable is installed alongside the other Qt tools on the path
-specified when Qt is configured.
-
-On all platforms:
-
-The source code for the launcher can be found in the demos/qtdemo directory
-in the Qt package. This example is built at the same time as the Qt libraries,
-tools, examples, and demonstrations.