symbian4/mw/qtextensions/package_definition.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Mon, 06 Sep 2010 18:02:15 +0100
branchHighFidelityModel
changeset 391 1cd75ad5b512
parent 366 126cebfeac51
permissions -rw-r--r--
Update many pkgdefs. Mostly adding/removing filter="s60" and qt:proFile="-r" (no longer needed). the rest catch up to the state of the packages' codelines.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
150
8d58b930d36e First draft of Symbian^4 pkgdefs
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
8d58b930d36e First draft of Symbian^4 pkgdefs
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
     2
<SystemDefinition schema="3.0.0" xmlns:qt="http://www.nokia.com/qt">
8d58b930d36e First draft of Symbian^4 pkgdefs
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
     3
	<!-- qt:qmakeArgs attribute is an unsupported extension used as temporary hack to get this to work with abld.
8d58b930d36e First draft of Symbian^4 pkgdefs
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
     4
		This will be removed when sbsv2 builds are working -->
8d58b930d36e First draft of Symbian^4 pkgdefs
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
     5
  <package id="qtextensions" name="Qt Extensions" levels="tool mw app">
8d58b930d36e First draft of Symbian^4 pkgdefs
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
     6
   <collection id="qtecomplugins" name="Qt ECom Plugins" level="app">
391
1cd75ad5b512 Update many pkgdefs. Mostly adding/removing filter="s60" and qt:proFile="-r" (no longer needed). the rest catch up to the state of the packages' codelines.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 366
diff changeset
     7
     <component id="qtecomplugins_build" filter="s60,qtecomplugins" name="Qt ECom Plugin" purpose="development" introduced="^4" class="plugin">
1cd75ad5b512 Update many pkgdefs. Mostly adding/removing filter="s60" and qt:proFile="-r" (no longer needed). the rest catch up to the state of the packages' codelines.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 366
diff changeset
     8
      <unit bldFile="qtecomplugins" qt:proFile="qtecomplugins.pro"/>
187
038710a76c00 Update qtextensions to explicitly include component parts
Shabe Razvi <shaber@symbian.org>
parents: 150
diff changeset
     9
     </component>
391
1cd75ad5b512 Update many pkgdefs. Mostly adding/removing filter="s60" and qt:proFile="-r" (no longer needed). the rest catch up to the state of the packages' codelines.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 366
diff changeset
    10
    <component id="qtextensions_examples" filter="s60,qtextensionsexamples,build_as_app" name="Qt ECom Plugin Examples" purpose="development" introduced="^4">
330
dc8c3f5ca92a Bring mw layer pkgdefs up to date with latest code drop
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 316
diff changeset
    11
      <meta rel="testbuild">
dc8c3f5ca92a Bring mw layer pkgdefs up to date with latest code drop
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 316
diff changeset
    12
       <group name="qtextensionsexamples"/>
dc8c3f5ca92a Bring mw layer pkgdefs up to date with latest code drop
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 316
diff changeset
    13
      </meta>
391
1cd75ad5b512 Update many pkgdefs. Mostly adding/removing filter="s60" and qt:proFile="-r" (no longer needed). the rest catch up to the state of the packages' codelines.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 366
diff changeset
    14
      <unit bldFile="qtecomplugins/examples" qt:proFile="examples.pro"/>
150
8d58b930d36e First draft of Symbian^4 pkgdefs
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    15
     </component>
8d58b930d36e First draft of Symbian^4 pkgdefs
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    16
    </collection>
8d58b930d36e First draft of Symbian^4 pkgdefs
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    17
    <collection id="qthighway" name="Qt Highway" level="app">
391
1cd75ad5b512 Update many pkgdefs. Mostly adding/removing filter="s60" and qt:proFile="-r" (no longer needed). the rest catch up to the state of the packages' codelines.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 366
diff changeset
    18
     <component id="qthighway_build" filter="s60,qthighway" name="Qt Highway" purpose="development" introduced="^4">
1cd75ad5b512 Update many pkgdefs. Mostly adding/removing filter="s60" and qt:proFile="-r" (no longer needed). the rest catch up to the state of the packages' codelines.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 366
diff changeset
    19
      <unit bldFile="qthighway" qt:proFile="qthighway.pro"/>
187
038710a76c00 Update qtextensions to explicitly include component parts
Shabe Razvi <shaber@symbian.org>
parents: 150
diff changeset
    20
     </component>
391
1cd75ad5b512 Update many pkgdefs. Mostly adding/removing filter="s60" and qt:proFile="-r" (no longer needed). the rest catch up to the state of the packages' codelines.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 366
diff changeset
    21
    <component id="qthighway_examples" filter="s60,test,qtextensionsexamples,build_as_app" name="Qt Highway Examples" purpose="development" introduced="^4">
330
dc8c3f5ca92a Bring mw layer pkgdefs up to date with latest code drop
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 316
diff changeset
    22
      <meta rel="testbuild">
dc8c3f5ca92a Bring mw layer pkgdefs up to date with latest code drop
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 316
diff changeset
    23
       <group name="qtextensionsexamples"/>
dc8c3f5ca92a Bring mw layer pkgdefs up to date with latest code drop
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 316
diff changeset
    24
      </meta>
391
1cd75ad5b512 Update many pkgdefs. Mostly adding/removing filter="s60" and qt:proFile="-r" (no longer needed). the rest catch up to the state of the packages' codelines.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 366
diff changeset
    25
      <unit bldFile="qthighway/examples" qt:proFile="examples.pro"/>
150
8d58b930d36e First draft of Symbian^4 pkgdefs
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    26
     </component>
391
1cd75ad5b512 Update many pkgdefs. Mostly adding/removing filter="s60" and qt:proFile="-r" (no longer needed). the rest catch up to the state of the packages' codelines.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 366
diff changeset
    27
     <component id="qthighwaytests" filter="s60,test,qtextensionstests,build_as_app" name="Qt Highway Tests" purpose="development" introduced="^4">
330
dc8c3f5ca92a Bring mw layer pkgdefs up to date with latest code drop
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 316
diff changeset
    28
      <meta rel="testbuild">
dc8c3f5ca92a Bring mw layer pkgdefs up to date with latest code drop
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 316
diff changeset
    29
       <group name="qtextensionstests"/>
dc8c3f5ca92a Bring mw layer pkgdefs up to date with latest code drop
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 316
diff changeset
    30
      </meta>
391
1cd75ad5b512 Update many pkgdefs. Mostly adding/removing filter="s60" and qt:proFile="-r" (no longer needed). the rest catch up to the state of the packages' codelines.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 366
diff changeset
    31
	  <unit bldFile="qthighway/tsrc" qt:proFile="tests.pro"/>
150
8d58b930d36e First draft of Symbian^4 pkgdefs
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    32
     </component>
8d58b930d36e First draft of Symbian^4 pkgdefs
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    33
    </collection>
8d58b930d36e First draft of Symbian^4 pkgdefs
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    34
    <collection id="qtmobileextensions" name="Qt Mobile Extensions" level="app">
391
1cd75ad5b512 Update many pkgdefs. Mostly adding/removing filter="s60" and qt:proFile="-r" (no longer needed). the rest catch up to the state of the packages' codelines.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 366
diff changeset
    35
	 <component id="qtmobileextensions_build" filter="s60,qtextension" name="Qt Mobile Extensions" purpose="development" introduced="^4">
1cd75ad5b512 Update many pkgdefs. Mostly adding/removing filter="s60" and qt:proFile="-r" (no longer needed). the rest catch up to the state of the packages' codelines.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 366
diff changeset
    36
      <unit bldFile="qtmobileextensions" qt:proFile="qtmobileextensions.pro"/>
187
038710a76c00 Update qtextensions to explicitly include component parts
Shabe Razvi <shaber@symbian.org>
parents: 150
diff changeset
    37
     </component>
391
1cd75ad5b512 Update many pkgdefs. Mostly adding/removing filter="s60" and qt:proFile="-r" (no longer needed). the rest catch up to the state of the packages' codelines.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 366
diff changeset
    38
    <component id="qtmobileextensions_examples" filter="s60,qtextensionsexamples,build_as_app" name="Qt Mobile Extensions Examples" purpose="development" introduced="^4">
330
dc8c3f5ca92a Bring mw layer pkgdefs up to date with latest code drop
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 316
diff changeset
    39
      <meta rel="testbuild">
dc8c3f5ca92a Bring mw layer pkgdefs up to date with latest code drop
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 316
diff changeset
    40
       <group name="qtextensionsexamples"/>
dc8c3f5ca92a Bring mw layer pkgdefs up to date with latest code drop
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 316
diff changeset
    41
      </meta>
391
1cd75ad5b512 Update many pkgdefs. Mostly adding/removing filter="s60" and qt:proFile="-r" (no longer needed). the rest catch up to the state of the packages' codelines.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 366
diff changeset
    42
      <unit bldFile="qtmobileextensions/examples" qt:proFile="examples.pro"/>
150
8d58b930d36e First draft of Symbian^4 pkgdefs
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    43
     </component>
8d58b930d36e First draft of Symbian^4 pkgdefs
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    44
    </collection>
217
fcee787f22fe Update most symbian4 packages definitions
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 187
diff changeset
    45
    <collection id="qhbstyle" level="mw" name="Qt Orbit Style">
391
1cd75ad5b512 Update many pkgdefs. Mostly adding/removing filter="s60" and qt:proFile="-r" (no longer needed). the rest catch up to the state of the packages' codelines.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 366
diff changeset
    46
     <component id="qhbstyle_build" name="Qt Orbit Style Build" introduced="^4" filter="s60">
1cd75ad5b512 Update many pkgdefs. Mostly adding/removing filter="s60" and qt:proFile="-r" (no longer needed). the rest catch up to the state of the packages' codelines.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 366
diff changeset
    47
      <unit bldFile="qhbstyle" qt:proFile="qhbstyle.pro"/>
217
fcee787f22fe Update most symbian4 packages definitions
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 187
diff changeset
    48
     </component>
fcee787f22fe Update most symbian4 packages definitions
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 187
diff changeset
    49
    </collection>
fcee787f22fe Update most symbian4 packages definitions
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 187
diff changeset
    50
    <collection id="qtextensions_info" name="Qt Extensions Info" level="app">
391
1cd75ad5b512 Update many pkgdefs. Mostly adding/removing filter="s60" and qt:proFile="-r" (no longer needed). the rest catch up to the state of the packages' codelines.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 366
diff changeset
    51
    <component id="qtextensions_conf" name="Qt Extensions Confgure" class="config" introduced="^4" filter="s60,qt_tools">
150
8d58b930d36e First draft of Symbian^4 pkgdefs
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    52
      <unit bldFile="group"/>
8d58b930d36e First draft of Symbian^4 pkgdefs
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    53
     </component>
8d58b930d36e First draft of Symbian^4 pkgdefs
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    54
    </collection>
8d58b930d36e First draft of Symbian^4 pkgdefs
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    55
  </package>
8d58b930d36e First draft of Symbian^4 pkgdefs
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    56
</SystemDefinition>