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 | DEEXECUTE="$(netlabs.org\Qt4\Installation Utilities)\util\UpdateQtSysConf.cmd|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="1"
|
---|
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 | DEEXECUTE="$(netlabs.org\Qt4\Installation Utilities)\util\UpdateQtSysConf.cmd|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\Example Plugins\${version_path}"
|
---|
45 | TITLE="Example Plugins"
|
---|
46 | SELECT
|
---|
47 | REQUIRES="3"
|
---|
48 | REQUIRES="netlabs.org\Qt4\Plugins\${version_path}"
|
---|
49 | TARGET="$(netlabs.org\Qt4\Plugins)" FIXED
|
---|
50 | LONGFILENAMES
|
---|
51 | >Contains the example plugins</PCK>
|
---|
52 |
|
---|
53 | <PCK INDEX=5
|
---|
54 | PACKAGEID="netlabs.org\Qt4\QtDemo\${version_path}"
|
---|
55 | TITLE="Example and Demo Launcher"
|
---|
56 | SELECT
|
---|
57 | REQUIRES="1"
|
---|
58 | REQUIRES="2"
|
---|
59 | REQUIRES="3"
|
---|
60 | REQUIRES="4"
|
---|
61 | REQUIRES="netlabs.org\Qt4\Development\${version_path}"
|
---|
62 | TARGET="$(netlabs.org\Qt4\Development)\bin" FIXED
|
---|
63 | LONGFILENAMES
|
---|
64 | CREATEOBJECT="WPProgram|Examples and Demos|<QT4_FOLDER>|EXENAME=$(5)\qtdemo.exe;OBJECTID=<QT4_DEMO>;"
|
---|
65 | >Contains the Qt example and demo launcher application</PCK>
|
---|
66 |
|
---|
67 | <PCK INDEX=6
|
---|
68 | PACKAGEID="netlabs.org\Qt4\Readme\${version_path}"
|
---|
69 | TITLE="Readmes and Licenses"
|
---|
70 | SELECT
|
---|
71 | REQUIRES="netlabs.org\Qt4\Installation Utilities\${version_path}"
|
---|
72 | TARGET="$(netlabs.org\Qt4\Installation Utilities)" FIXED
|
---|
73 | LONGFILENAMES
|
---|
74 | >Contains the readme files and license agreements</PCK>
|
---|
75 |
|
---|
76 | </HEAD>
|
---|
77 |
|
---|
78 | <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
---|
79 |
|
---|
80 | <BODY>
|
---|
81 |
|
---|
82 | <PAGE INDEX=1 TYPE=README>
|
---|
83 | <NEXTBUTTON TARGET=2>~Next</NEXTBUTTON>
|
---|
84 | <TEXT>Welcome to the Qt 4 Demos and Examples Installation Program!
|
---|
85 |
|
---|
86 | Please read through the following pages by pressing "Next" to continue or press "Cancel" to abort the installation.</TEXT>
|
---|
87 |
|
---|
88 | <README FORMAT=HTML>
|
---|
89 | <b>Qt is a cross-platform application and UI framework</b>. Using Qt, you can write
|
---|
90 | web-enabled applications once and deploy them across desktop, mobile and
|
---|
91 | embedded operating systems without rewriting the source code. You can find
|
---|
92 | more information about Qt at <code>http://qt.nokia.com/</code>.
|
---|
93 | </p><p>
|
---|
94 | This package contains the <b>executables and the source code for Qt demo and example applications</b>
|
---|
95 | intended to demonstrate the possibilities of the Qt framework versoin 4.
|
---|
96 | </p><p>
|
---|
97 | Please visit <code>http://svn.netlabs.org/qt4/</code> to learn more about the
|
---|
98 | OS/2 version of the Qt framework, get the latest news and updates.
|
---|
99 | </p><p>
|
---|
100 | Qt framework is Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
---|
101 | </p><p>
|
---|
102 | OS/2 version of the Qt library is Copyright (C) 2009 netlabs.org.
|
---|
103 | </p>
|
---|
104 | </README>
|
---|
105 |
|
---|
106 | </PAGE>
|
---|
107 |
|
---|
108 |
|
---|
109 | <PAGE INDEX=2 TYPE=README>
|
---|
110 | <NEXTBUTTON TARGET=3>~Next</NEXTBUTTON>
|
---|
111 | <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.
|
---|
112 |
|
---|
113 | Please read the Qt GNU LGPL v. 2.1 license agreement and then press "Next" to read the Qt GNU GPL v. 3.0 license.
|
---|
114 |
|
---|
115 | More information about Qt licensing models is available at http://qt.nokia.com/products/licensing/</TEXT>
|
---|
116 |
|
---|
117 | <README FORMAT=FLOW EXTRACTFROMPCK="6">LICENSE.LGPL</README>
|
---|
118 | </PAGE>
|
---|
119 |
|
---|
120 |
|
---|
121 | <PAGE INDEX=3 TYPE=README>
|
---|
122 | <NEXTBUTTON TARGET=4>~I agree</NEXTBUTTON>
|
---|
123 | <TEXT>Please read the Qt GNU GPL v. 3.0 license agreement now.
|
---|
124 |
|
---|
125 | By 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>
|
---|
126 |
|
---|
127 | <README FORMAT=FLOW EXTRACTFROMPCK="6">LICENSE.GPL3</README>
|
---|
128 | </PAGE>
|
---|
129 |
|
---|
130 |
|
---|
131 | <PAGE INDEX=4 TYPE=CONTAINER>
|
---|
132 | <NEXTBUTTON TARGET=5>~Next</NEXTBUTTON>
|
---|
133 | <TEXT>Please select the packages which are to be installed.
|
---|
134 |
|
---|
135 | Note that most package installation paths use the system directories and cannot be changed.</TEXT>
|
---|
136 | </TEXT>
|
---|
137 | </PAGE>
|
---|
138 |
|
---|
139 |
|
---|
140 | <!--PAGE INDEX=5 TYPE=CONFIGURE>
|
---|
141 | <TEXT>Please select additional configuration that WarpIN should perform after installing this archive.</TEXT>
|
---|
142 | </PAGE-->
|
---|
143 |
|
---|
144 |
|
---|
145 | <PAGE INDEX=5 TYPE=TEXT>
|
---|
146 | <NEXTBUTTON TARGET=0>I~nstall</NEXTBUTTON>
|
---|
147 | <TEXT>Press "Install" to begin installing the Qt Demos and Examples.
|
---|
148 |
|
---|
149 | After installation, you will find the demo and example applications in the respective folders of the Qt 4 program folder created on your desktop.</TEXT>
|
---|
150 | </PAGE>
|
---|
151 |
|
---|
152 |
|
---|
153 | </BODY>
|
---|
154 | </WARPIN>
|
---|
155 |
|
---|