From 17e04f4e88bec7547473fc9a2d9fd34268bd8a42 Mon Sep 17 00:00:00 2001 From: Marius Storm-Olsen Date: Tue, 7 Jun 2011 13:49:25 -0500 Subject: Fix usage of QT_SOURCE_TREE Functionality has been moved into qt_example.prf --- examples/script/context2d/context2d.pro | 2 +- examples/script/qstetrix/qstetrix.pro | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/script/context2d/context2d.pro b/examples/script/context2d/context2d.pro index de1287a..cdb926d 100644 --- a/examples/script/context2d/context2d.pro +++ b/examples/script/context2d/context2d.pro @@ -30,5 +30,5 @@ symbian:{ contextScripts.files = scripts DEPLOYMENT += contextScripts } -maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri) +maemo5: CONFIG += qt_example diff --git a/examples/script/qstetrix/qstetrix.pro b/examples/script/qstetrix/qstetrix.pro index 4a99a0a..47b72e5 100644 --- a/examples/script/qstetrix/qstetrix.pro +++ b/examples/script/qstetrix/qstetrix.pro @@ -15,7 +15,7 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS qstetrix.pro *.js sources.path = $$[QT_INSTALL_EXAMPLES]/qtscript/script/qstetrix INSTALLS += target sources -symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) -maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri) +symbian: CONFIG += qt_example +maemo5: CONFIG += qt_example symbian: warning(This example does not work on Symbian platform) -- cgit v1.2.1 From 3f515dcae3d5e4cd5571d3ae054fc64fc57e3c96 Mon Sep 17 00:00:00 2001 From: Casper van Donderen Date: Tue, 12 Jul 2011 09:24:24 +0200 Subject: Remove reference to qtdemo. Change-Id: I1ae89728a405bcab61eaee9192def386e6cd16e6 Reviewed-on: http://codereview.qt.nokia.com/1493 Reviewed-by: Qt Sanity Bot Reviewed-by: David Boddie --- examples/script/README | 33 +-------------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) (limited to 'examples') 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. -- cgit v1.2.1