source: packaging/dev.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: 6.1 KB
Line 
1<WARPIN VERSION="0.9.20" OS="OS2_4x">
2
3<HEAD>
4
5<TITLE>Qt Development Libraries ${version} (${date})</TITLE>
6
7<PCK INDEX=1
8 PACKAGEID="netlabs.org\Qt4\Development\${version_path}"
9 TITLE="Libraries, Headers and Tools"
10 NODESELECT
11 REQUIRES="netlabs.org\Qt4\Runtime\${version_path}"
12 REQUIRES="netlabs.org\Qt4\Installation Utilities\${version_path}"
13 REQUIRES="2"
14 TARGET="$(netlabs.org\Qt4\Installation Utilities)" FIXED
15 LONGFILENAMES
16 CREATEOBJECT="WPFolder|Qt ${version}|<WP_DESKTOP>|OBJECTID=<QT4_FOLDER>;"
17 CREATEOBJECT="WPProgram|Designer|<QT4_FOLDER>|EXENAME=$(1)\bin\designer.exe;OBJECTID=<QT4_DESIGNER>;"
18 CREATEOBJECT="WPProgram|Linguist|<QT4_FOLDER>|EXENAME=$(1)\bin\linguist.exe;OBJECTID=<QT4_LINGUIST>;"
19 CREATEOBJECT="WPProgram|Assistant|<QT4_FOLDER>|EXENAME=$(1)\bin\assistant.exe;OBJECTID=<QT4_ASSISTANT>;"
20 CREATEOBJECT="WPProgram|PixelTool|<QT4_FOLDER>|EXENAME=$(1)\bin\pixeltool.exe;OBJECTID=<QT4_PIXELTOOL>;"
21 CREATEOBJECT="WPProgram|Qt Readme|<QT4_FOLDER>|EXENAME=e.exe;PROGTYPE=PROG_PM;PARAMETERS=$(4)\README;STARTUPDIR=$(4);OPEN=RUNNING;OBJECTID=<QT4_README>;"
22 CREATEOBJECT="WPProgram|Qt Readme (OS/2)|<QT4_FOLDER>|EXENAME=e.exe;PROGTYPE=PROG_PM;PARAMETERS=$(4)\README.OS2;STARTUPDIR=$(4);OPEN=RUNNING;OBJECTID=<QT4_README_OS2>;"
23 CREATEOBJECT="WPProgram|Qt Change Log (OS/2)|<QT4_FOLDER>|EXENAME=e.exe;PROGTYPE=PROG_PM;PARAMETERS=$(4)\CHANGES.OS2;STARTUPDIR=$(4);OPEN=RUNNING;OBJECTID=<QT4_CHANGES_OS2>;"
24 CREATEOBJECT="WPUrl|qt.nokia.com|<QT4_FOLDER>|URL=http://qt.nokia.com;OBJECTID=<QT4_NOKIA_COM>;"
25 CREATEOBJECT="WPUrl|svn.netlabs.org/qt4|<QT4_FOLDER>|URL=http://svn.netlabs.org/qt4;OBJECTID=<QT4_SVN_NETLABS_ORG>;"
26 CREATEOBJECT="WPProgram|Qt4 Command Prompt|<QT4_FOLDER>|EXENAME=cmd.exe;PARAMETERS=/k $(1)\util\QtEnv.cmd;OBJECTID=<QT4_ENV_CMD>;"
27 CREATEOBJECT="WPProgram|Qt4 Command Prompt (4OS/2)|<QT4_FOLDER>|EXENAME=4os2.exe;PARAMETERS=/k $(1)\util\QtEnv.cmd;OBJECTID=<QT4_ENV_4OS2>;"
28>Contains Qt development libraries, C++ headers and tools. This package is required</PCK>
29
30<PCK INDEX=2
31 PACKAGEID="netlabs.org\Qt4\Development Runtime\${version_path}"
32 TITLE="Runtime"
33 NODESELECT
34 REQUIRES="1"
35 REQUIRES="netlabs.org\Qt4\Runtime\${version_path}"
36 TARGET="$(netlabs.org\Qt4\Runtime)" FIXED
37 LONGFILENAMES
38>Contains runtime libraries for development tools. This package is required</PCK>
39
40<PCK INDEX=3
41 PACKAGEID="netlabs.org\Qt4\Development Plugins\${version_path}"
42 TITLE="Plugins"
43 ESELECT
44 REQUIRES="2"
45 REQUIRES="netlabs.org\Qt4\Plugins\${version_path}"
46 TARGET="$(netlabs.org\Qt4\Plugins)" FIXED
47 LONGFILENAMES
48>Contains plugins for development tools</PCK>
49
50<PCK INDEX=4
51 PACKAGEID="netlabs.org\Qt4\Development Translations\${version_path}"
52 TITLE="Translations"
53 SELECT
54 REQUIRES="1"
55 REQUIRES="netlabs.org\Qt4\Translations\${version_path}"
56 TARGET="$(netlabs.org\Qt4\Translations)" FIXED
57 LONGFILENAMES
58>Contains translations of the Qt development tools. This package is recommended</PCK>
59
60<PCK INDEX=5
61 PACKAGEID="netlabs.org\Qt4\Readme\${version_path}"
62 TITLE="Readmes and Licenses"
63 SELECT
64 REQUIRES="netlabs.org\Qt4\Installation Utilities\${version_path}"
65 TARGET="$(netlabs.org\Qt4\Installation Utilities)" FIXED
66 LONGFILENAMES
67>Contains the readme files and license agreements</PCK>
68
69</HEAD>
70
71<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
72
73<BODY>
74
75<PAGE INDEX=1 TYPE=README>
76<NEXTBUTTON TARGET=2>~Next</NEXTBUTTON>
77<TEXT>Welcome to the Qt 4 Development Libraries Installation Program!
78
79Please read through the following pages by pressing "Next" to continue or press "Cancel" to abort the installation.</TEXT>
80
81<README FORMAT=HTML>
82<b>Qt is a cross-platform application and UI framework</b>. Using Qt, you can write
83web-enabled applications once and deploy them across desktop, mobile and
84embedded operating systems without rewriting the source code. You can find
85more information about Qt at <code>http://qt.nokia.com/</code>.
86</p><p>
87This package contains the <b>Qt development libraries</b>, C++ headers and basic
88tools necessary to compile applications created using the Qt framework versoin 4
89and link them to the official Qt runtime libraries distributed by netlabs.org.
90</p><p>
91Please visit <code>http://svn.netlabs.org/qt4/</code> to learn more about the
92OS/2 version of the Qt framework, get the latest news and updates.
93</p><p>
94Qt framework is Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
95</p><p>
96OS/2 version of the Qt library is Copyright (C) 2009 netlabs.org.
97</p>
98</README>
99
100</PAGE>
101
102
103<PAGE INDEX=2 TYPE=README>
104<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.
105
106Please read the Qt GNU LGPL v. 2.1 license agreement and then press "Next" to read the Qt GNU GPL v. 3.0 license.
107
108More information about Qt licensing models is available at http://qt.nokia.com/products/licensing/</TEXT>
109
110<README FORMAT=FLOW EXTRACTFROMPCK="5">LICENSE.LGPL</README>
111</PAGE>
112
113
114<PAGE INDEX=3 TYPE=README>
115<NEXTBUTTON TARGET=4>~I agree</NEXTBUTTON>
116<TEXT>Please read the Qt GNU GPL v. 3.0 license agreement now.
117
118By 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>
119
120<README FORMAT=FLOW EXTRACTFROMPCK="5">LICENSE.GPL3</README>
121</PAGE>
122
123
124<PAGE INDEX=4 TYPE=CONTAINER>
125<TEXT>Please select the packages which are to be installed.
126
127Note that most package installation paths use the system directories and cannot be changed.</TEXT>
128</PAGE>
129
130
131<PAGE INDEX=5 TYPE=CONFIGURE>
132<NEXTBUTTON TARGET=6>~Next</NEXTBUTTON>
133<TEXT>Please select additional configuration that WarpIN should perform after installing this archive.</TEXT>
134</PAGE>
135
136
137<PAGE INDEX=6 TYPE=TEXT>
138<NEXTBUTTON TARGET=0>I~nstall</NEXTBUTTON>
139<TEXT>Press "Install" to begin installing the Qt Development Libraries.</TEXT>
140</PAGE>
141
142
143</BODY>
144</WARPIN>
145
Note: See TracBrowser for help on using the repository browser.