source: packaging/doc.wis.tpl@ 734

Last change on this file since 734 was 734, checked in by Dmitry A. Kuminov, 15 years ago

packaging: Updated WPI rules to include all new modules, demos and examples and the documentation.

File size: 3.8 KB
Line 
1<WARPIN VERSION="0.9.20" OS="OS2_4x">
2
3<HEAD>
4
5<TITLE>Qt Documentation ${version} (${date})</TITLE>
6
7<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
8
9<PCK INDEX=1
10 PACKAGEID="netlabs.org\Qt4\Documentation\${version_path}"
11 TITLE="Documentation"
12 SELECT
13 REQUIRES="netlabs.org\Qt4\Development\${version_path}"
14 TARGET="$(netlabs.org\Qt4\Development)\doc" FIXED
15 LONGFILENAMES
16 EXECUTE="$(netlabs.org\Qt4\Installation Utilities)\util\UpdateQtSysConf.cmd|Documentation=$(1)"
17>Contains the Qt reference documentation in QCH format. This package is recommended</PCK>
18
19<PCK INDEX=2
20 PACKAGEID="netlabs.org\Qt4\Readme\${version_path}"
21 TITLE="Readmes and Licenses"
22 SELECT
23 REQUIRES="netlabs.org\Qt4\Installation Utilities\${version_path}"
24 TARGET="$(netlabs.org\Qt4\Installation Utilities)" FIXED
25 LONGFILENAMES
26>Contains the readme files and license agreements</PCK>
27
28</HEAD>
29
30<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
31
32<BODY>
33
34<PAGE INDEX=1 TYPE=README>
35<NEXTBUTTON TARGET=2>~Next</NEXTBUTTON>
36<TEXT>Welcome to the Qt 4 Documentation Installation Program!
37
38Please read through the following pages by pressing "Next" to continue or press "Cancel" to abort the installation.</TEXT>
39
40<README FORMAT=HTML>
41<b>Qt is a cross-platform application and UI framework</b>. Using Qt, you can write
42web-enabled applications once and deploy them across desktop, mobile and
43embedded operating systems without rewriting the source code. You can find
44more information about Qt at <code>http://qt.nokia.com/</code>.
45</p><p>
46This package contains the <b>Qt reference documentation</b> that contains
47the detailed descriptions of all Qt classes and tools.
48</p><p>
49Please visit <code>http://svn.netlabs.org/qt4/</code> to learn more about the
50OS/2 version of the Qt framework, get the latest news and updates.
51</p><p>
52Qt framework is Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
53</p><p>
54OS/2 version of the Qt library is Copyright (C) 2009 netlabs.org.
55</p>
56</README>
57
58</PAGE>
59
60
61<PAGE INDEX=2 TYPE=README>
62<NEXTBUTTON TARGET=3>~Next</NEXTBUTTON>
63<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.
64
65Please read the Qt GNU LGPL v. 2.1 license agreement and then press "Next" to read the Qt GNU GPL v. 3.0 license.
66
67More information about Qt licensing models is available at http://qt.nokia.com/products/licensing/</TEXT>
68
69<README FORMAT=FLOW EXTRACTFROMPCK="2">LICENSE.LGPL</README>
70</PAGE>
71
72
73<PAGE INDEX=3 TYPE=README>
74<NEXTBUTTON TARGET=4>~I agree</NEXTBUTTON>
75<TEXT>Please read the Qt GNU GPL v. 3.0 license agreement now.
76
77By 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>
78
79<README FORMAT=FLOW EXTRACTFROMPCK="2">LICENSE.GPL3</README>
80</PAGE>
81
82
83<PAGE INDEX=4 TYPE=CONTAINER>
84<NEXTBUTTON TARGET=5>~Next</NEXTBUTTON>
85<TEXT>Please select the packages which are to be installed.
86
87Note that most package installation paths use the system directories and cannot be changed.</TEXT>
88</TEXT>
89</PAGE>
90
91
92<PAGE INDEX=5 TYPE=CONFIGURE>
93<NEXTBUTTON TARGET=6>~Next</NEXTBUTTON>
94<TEXT>Please select additional configuration that WarpIN should perform after installing this archive.</TEXT>
95</PAGE>
96
97
98<PAGE INDEX=6 TYPE=TEXT>
99<NEXTBUTTON TARGET=0>I~nstall</NEXTBUTTON>
100<TEXT>Press "Install" to begin installing the Qt Demos and Examples.
101
102After installation, you can use the Qt Assistant tool from the Qt 4 program folder created on your desktop to view the installed documentation.</TEXT>
103</PAGE>
104
105
106</BODY>
107</WARPIN>
108
Note: See TracBrowser for help on using the repository browser.