summaryrefslogtreecommitdiffstats
path: root/config.profiles/symbian/layers.sysdef.xml
diff options
context:
space:
mode:
authorEckhart Koppen <eckhart.koppen@nokia.com>2010-12-22 14:54:54 (GMT)
committerEckhart Koppen <eckhart.koppen@nokia.com>2010-12-22 15:07:29 (GMT)
commit8c74ca2677e942bdd86f69527ab8f8ea4a15144a (patch)
tree076f538b6096e129940a3d695d690a53987dceb7 /config.profiles/symbian/layers.sysdef.xml
parent5b445e21bae38b6b82e2e19603df983303a45547 (diff)
downloadQt-8c74ca2677e942bdd86f69527ab8f8ea4a15144a.zip
Qt-8c74ca2677e942bdd86f69527ab8f8ea4a15144a.tar.gz
Qt-8c74ca2677e942bdd86f69527ab8f8ea4a15144a.tar.bz2
Added initial set of build related files for Symbian
config.profiles directory created with initial files needed to compile Qt on Nokia specific build setups during Symbian platform builds. Reviewed-by: Lars Knoll
Diffstat (limited to 'config.profiles/symbian/layers.sysdef.xml')
-rw-r--r--config.profiles/symbian/layers.sysdef.xml41
1 files changed, 41 insertions, 0 deletions
diff --git a/config.profiles/symbian/layers.sysdef.xml b/config.profiles/symbian/layers.sysdef.xml
new file mode 100644
index 0000000..4c1b6f9
--- /dev/null
+++ b/config.profiles/symbian/layers.sysdef.xml
@@ -0,0 +1,41 @@
+<?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>
+ <module name="qttestsauto">
+ <unit unitID="qtdo.qt.testsauto" mrp="" bldFile="&layer_real_source_path;/tests/auto" name="qttestsauto" proFile="qtpauto.pro" qmakeArgs="-r" filter="qttestsauto"/>
+ </module>
+ <module name="qttestsbenchmarks">
+ <unit unitID="qtdo.qt.testsbenchmarks" mrp="" bldFile="&layer_real_source_path;/tests/benchmarks" name="qttestsbenchmarks" proFile="benchmarks.pro" qmakeArgs="-r" filter="qttestsbenchmarks"/>
+ </module>
+ </layer>
+ </systemModel>
+</SystemDefinition>