38be0d1383
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12
36 lines
1.6 KiB
XML
36 lines
1.6 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE SystemDefinition SYSTEM "sysdef_1_5_1.dtd" [
|
|
<!-- location of Qt in the platform source tree -->
|
|
<!ENTITY layer_real_source_path "sf/mw/qt" >
|
|
|
|
<!-- location of our configuration files -->
|
|
<!ENTITY config_path "config.profiles/symbian" >
|
|
]>
|
|
|
|
<SystemDefinition name="qt" schema="1.5.1">
|
|
<systemModel>
|
|
<layer name="tools_layer">
|
|
<module name="qtconf">
|
|
<unit unitID="qtdo.qt.qtconf" mrp="" bldFile="&layer_real_source_path;/&config_path;" name="qtconf" />
|
|
</module>
|
|
</layer>
|
|
<layer name="mw_layer">
|
|
<module name="qt">
|
|
<unit unitID="qtdo.qt" mrp="" bldFile="&layer_real_source_path;" name="qt" proFile="projects.pro" qmakeArgs="-r"/>
|
|
</module>
|
|
|
|
<module name="qtlocalization">
|
|
<unit unitID="qtdo.qt.localization" mrp="" bldFile="&layer_real_source_path;/&config_path;/translations_symbian" name="qtlocalization" proFile="translations.pro" qmakeArgs="-r"/>
|
|
</module>
|
|
</layer>
|
|
<layer name="app_layer">
|
|
<module name="qtdemos">
|
|
<unit unitID="qtdo.qt.demos" mrp="" bldFile="&layer_real_source_path;/demos" name="qtdemos" proFile="demos.pro" qmakeArgs="-r" filter="qtdemos"/>
|
|
</module>
|
|
<module name="qtexamples">
|
|
<unit unitID="qtdo.qt.examples" mrp="" bldFile="&layer_real_source_path;/examples" name="qtexamples" proFile="examples.pro" qmakeArgs="-r" filter="qtexamples"/>
|
|
</module>
|
|
</layer>
|
|
</systemModel>
|
|
</SystemDefinition>
|