source: packaging/examples.wis.tpl@ 732

Last change on this file since 732 was 544, checked in by Dmitry A. Kuminov, 16 years ago

packaging: Initial version of the gear.

File size: 4.9 KB
Line 
1<WARPIN VERSION="0.9.20" OS="OS2_4x">
2
3<HEAD>
4
5<TITLE>Qt Demos and Examples ${version} (${date})</TITLE>
6
7<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
8
9<PCK INDEX=1
10 PACKAGEID="netlabs.org\Qt4\Demos\${version_path}"
11 TITLE="Demos"
12 SELECT
13 REQUIRES="netlabs.org\Qt4\Installation Utilities\${version_path}"
14 REQUIRES="netlabs.org\Qt4\Development\${version_path}"
15 TARGET="$(netlabs.org\Qt4\Development)\demos" FIXED
16 LONGFILENAMES
17 EXECUTE="$(netlabs.org\Qt4\Installation Utilities)\util\UpdateQtSysConf.cmd|Demos=$(1)"
18 CREATEOBJECT="WPShadow|Demos|<QT4_FOLDER>|SHADOWID=$(1);OBJECTID=<QT4_DEMOS>;"
19>Contains the executables and the source code of the Qt demo applications</PCK>
20
21<PCK INDEX=2
22 PACKAGEID="netlabs.org\Qt4\Demo Plugins\${version_path}"
23 TITLE="Demo Plugins"
24 SELECT
25 REQUIRES="netlabs.org\Qt4\Demos\${version_path}"
26 REQUIRES="netlabs.org\Qt4\Plugins\${version_path}"
27 TARGET="$(netlabs.org\Qt4\Plugins)" FIXED
28 LONGFILENAMES
29>Contains the demo plugins</PCK>
30
31<PCK INDEX=3
32 PACKAGEID="netlabs.org\Qt4\Examples\${version_path}"
33 TITLE="Examples"
34 SELECT
35 REQUIRES="netlabs.org\Qt4\Installation Utilities\${version_path}"
36 REQUIRES="netlabs.org\Qt4\Development\${version_path}"
37 TARGET="$(netlabs.org\Qt4\Development)\examples" FIXED
38 LONGFILENAMES
39 EXECUTE="$(netlabs.org\Qt4\Installation Utilities)\util\UpdateQtSysConf.cmd|Examples=$(3)"
40 CREATEOBJECT="WPShadow|Examples|<QT4_FOLDER>|SHADOWID=$(3);OBJECTID=<QT4_EXAMPLES>;"
41>Contains the executables and the source code of the Qt example applications</PCK>
42
43<PCK INDEX=4
44 PACKAGEID="netlabs.org\Qt4\Readme\${version_path}"
45 TITLE="Readmes and Licenses"
46 SELECT
47 REQUIRES="netlabs.org\Qt4\Installation Utilities\${version_path}"
48 TARGET="$(netlabs.org\Qt4\Installation Utilities)" FIXED
49 LONGFILENAMES
50>Contains the readme files and license agreements</PCK>
51
52</HEAD>
53
54<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
55
56<BODY>
57
58<PAGE INDEX=1 TYPE=README>
59<NEXTBUTTON TARGET=2>~Next</NEXTBUTTON>
60<TEXT>Welcome to the Qt 4 Demos and Examples Installation Program!
61
62Please read through the following pages by pressing "Next" to continue or press "Cancel" to abort the installation.</TEXT>
63
64<README FORMAT=HTML>
65<b>Qt is a cross-platform application and UI framework</b>. Using Qt, you can write
66web-enabled applications once and deploy them across desktop, mobile and
67embedded operating systems without rewriting the source code. You can find
68more information about Qt at <code>http://qt.nokia.com/</code>.
69</p><p>
70This package contains the <b>executables and the source code for Qt demo and example applications</b>
71intended to demonstrate the possibilities of the Qt framework versoin 4.
72</p><p>
73Please visit <code>http://svn.netlabs.org/qt4/</code> to learn more about the
74OS/2 version of the Qt framework, get the latest news and updates.
75</p><p>