summaryrefslogtreecommitdiffstats
path: root/config.profiles/symbian/layers.sysdef.xml
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-10-11 14:06:08 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-11 07:02:14 +0200
commit0f957eef90d107ebcde07e787a7973f6366eac6b (patch)
tree342c0e6ca2c6fea1d12bb128e1d5e238e3e14586 /config.profiles/symbian/layers.sysdef.xml
parent27833629c6099fea4b7d59eb283748a12cb0d1da (diff)
Removed outdated config.profiles
These harmattan and symbian build scripts are very outdated for Qt5, and will not work. Get rid of them. Change-Id: Id050491b3975d138599b548367abf23356516457 Reviewed-on: http://codereview.qt-project.org/6383 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'config.profiles/symbian/layers.sysdef.xml')
-rw-r--r--config.profiles/symbian/layers.sysdef.xml35
1 files changed, 0 insertions, 35 deletions
diff --git a/config.profiles/symbian/layers.sysdef.xml b/config.profiles/symbian/layers.sysdef.xml
deleted file mode 100644
index 19d8662945..0000000000
--- a/config.profiles/symbian/layers.sysdef.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?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>