source: packaging/doc.wis.tpl@ 822

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

packaging: Attempted to solve a possible broken installation (see comment 1 of #172) by making the "Installation Utilities" package path fixed and allowing to change the "Development" package path instead.

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