Changeset 734 for packaging/examples.wis.tpl
- Timestamp:
- May 13, 2010, 4:59:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
packaging/examples.wis.tpl
r544 r734 16 16 LONGFILENAMES 17 17 EXECUTE="$(netlabs.org\Qt4\Installation Utilities)\util\UpdateQtSysConf.cmd|Demos=$(1)" 18 CREATEOBJECT="WPShadow|Demos|<QT4_FOLDER>|SHADOWID=$(1);OBJECTID=<QT4_DEMOS>;"19 18 >Contains the executables and the source code of the Qt demo applications</PCK> 20 19 … … 23 22 TITLE="Demo Plugins" 24 23 SELECT 25 REQUIRES=" netlabs.org\Qt4\Demos\${version_path}"24 REQUIRES="1" 26 25 REQUIRES="netlabs.org\Qt4\Plugins\${version_path}" 27 26 TARGET="$(netlabs.org\Qt4\Plugins)" FIXED … … 38 37 LONGFILENAMES 39 38 EXECUTE="$(netlabs.org\Qt4\Installation Utilities)\util\UpdateQtSysConf.cmd|Examples=$(3)" 40 CREATEOBJECT="WPShadow|Examples|<QT4_FOLDER>|SHADOWID=$(3);OBJECTID=<QT4_EXAMPLES>;"41 39 >Contains the executables and the source code of the Qt example applications</PCK> 42 40 43 41 <PCK INDEX=4 42 PACKAGEID="netlabs.org\Qt4\Example Plugins\${version_path}" 43 TITLE="Example Plugins" 44 SELECT 45 REQUIRES="3" 46 REQUIRES="netlabs.org\Qt4\Plugins\${version_path}" 47 TARGET="$(netlabs.org\Qt4\Plugins)" FIXED 48 LONGFILENAMES 49 >Contains the example plugins</PCK> 50 51 <PCK INDEX=5 52 PACKAGEID="netlabs.org\Qt4\QtDemo\${version_path}" 53 TITLE="Example and Demo Launcher" 54 SELECT 55 REQUIRES="1" 56 REQUIRES="2" 57 REQUIRES="3" 58 REQUIRES="4" 59 REQUIRES="netlabs.org\Qt4\Development\${version_path}" 60 TARGET="$(netlabs.org\Qt4\Development)\bin" FIXED 61 LONGFILENAMES 62 CREATEOBJECT="WPProgram|Examples and Demos|<QT4_FOLDER>|EXENAME=$(5)\qtdemo.exe;OBJECTID=<QT4_DEMO>;" 63 >Contains the Qt example and demo launcher application</PCK> 64 65 <PCK INDEX=6 44 66 PACKAGEID="netlabs.org\Qt4\Readme\${version_path}" 45 67 TITLE="Readmes and Licenses" … … 91 113 More information about Qt licensing models is available at http://qt.nokia.com/products/licensing/</TEXT> 92 114 93 <README FORMAT=FLOW EXTRACTFROMPCK=" 4">LICENSE.LGPL</README>115 <README FORMAT=FLOW EXTRACTFROMPCK="6">LICENSE.LGPL</README> 94 116 </PAGE> 95 117 … … 101 123 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> 102 124 103 <README FORMAT=FLOW EXTRACTFROMPCK=" 4">LICENSE.GPL3</README>125 <README FORMAT=FLOW EXTRACTFROMPCK="6">LICENSE.GPL3</README> 104 126 </PAGE> 105 127
Note:
See TracChangeset
for help on using the changeset viewer.