source: packaging/examples.wis.tpl@ 544

Last change on this file since 544 was 544, checked in by Dmitry A. Kuminov, 15 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>
76Qt framework is Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
77</p><p>
78OS/2 version of the Qt library is Copyright (C) 2009 netlabs.org.
79</p>
80</README>
81
82</PAGE>
83
84
85<PAGE INDEX=2 TYPE=README>
86<NEXTBUTTON TARGET=3>~Next</NEXTBUTTON>
87<TEXT>You may use the Qt framework version 4 under the following licenses that are both free of charge: Qt GNU LGPL v. 2.1 or Qt GNU GPL v. 3.0.
88
89Please read the Qt GNU LGPL v. 2.1 license agreement and then press "Next" to read the Qt GNU GPL v. 3.0 license.
90
91More information about Qt licensing models is available at http://qt.nokia.com/products/licensing/</TEXT>
92
93<README FORMAT=FLOW EXTRACTFROMPCK="4">LICENSE.LGPL</README>
94</PAGE>
95
96
97<PAGE INDEX=3 TYPE=README>
98<NEXTBUTTON TARGET=4>~I agree</NEXTBUTTON>
99<TEXT>Please read the Qt GNU GPL v. 3.0 license agreement now.
100
101By pressing the "I agree" button, you agree to all terms and conditions to either the below license agreement or to the license agreement shown on the previous page, or to both.</TEXT>
102
103<README FORMAT=FLOW EXTRACTFROMPCK="4">LICENSE.GPL3</README>
104</PAGE>
105
106
107<PAGE INDEX=4 TYPE=CONTAINER>
108<NEXTBUTTON TARGET=5>~Next</NEXTBUTTON>
109<TEXT>Please select the packages which are to be installed.
110
111Note that most package installation paths use the system directories and cannot be changed.</TEXT>
112</TEXT>
113</PAGE>
114
115
116<PAGE INDEX=5 TYPE=CONFIGURE>
117<NEXTBUTTON TARGET=6>~Next</NEXTBUTTON>
118<TEXT>Please select additional configuration that WarpIN should perform after installing this archive.</TEXT>
119</PAGE>
120
121
122<PAGE INDEX=6 TYPE=TEXT>
123<NEXTBUTTON TARGET=0>I~nstall</NEXTBUTTON>
124<TEXT>Press "Install" to begin installing the Qt Demos and Examples.
125
126After installation, you will find the demo and example applications in the respective folders of the Qt 4 program folder created on your desktop.</TEXT>
127</PAGE>
128
129
130</BODY>
131</WARPIN>
132
Note: See TracBrowser for help on using the repository browser.