summaryrefslogtreecommitdiffstats
path: root/config.profiles/symbian/confml/qt.confml
blob: f5e9a4906189f7857f4de6b8306ce65620b7251e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>