diff options
author | Eckhart Koppen <eckhart.koppen@nokia.com> | 2010-12-22 14:54:54 (GMT) |
---|---|---|
committer | Eckhart Koppen <eckhart.koppen@nokia.com> | 2010-12-22 15:07:29 (GMT) |
commit | 8c74ca2677e942bdd86f69527ab8f8ea4a15144a (patch) | |
tree | 076f538b6096e129940a3d695d690a53987dceb7 /config.profiles/symbian/confml/qt.confml | |
parent | 5b445e21bae38b6b82e2e19603df983303a45547 (diff) | |
download | Qt-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/confml/qt.confml')
-rw-r--r-- | config.profiles/symbian/confml/qt.confml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config.profiles/symbian/confml/qt.confml b/config.profiles/symbian/confml/qt.confml new file mode 100644 index 0000000..f5e9a49 --- /dev/null +++ b/config.profiles/symbian/confml/qt.confml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<confml:configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:confml="http://www.s60.com/xml/confml/2" xsi:schemaLocation="http://www.s60.com/xml/confml/2 http://www.s60.com/xml/confml/1#//confml2"> + <confml:feature name="QT" ref="qt"> + <confml:desc>QT settings</confml:desc> + <confml:setting name="QT enabled" + ref="Enabled" + type="boolean"> + <confml:desc>To enable QT usage</confml:desc> + </confml:setting> + </confml:feature> + <confml:data> + <confml:qt> + <confml:Enabled>true</confml:Enabled> + </confml:qt> + </confml:data> +</confml:configuration>
\ No newline at end of file |