~ubuntu-branches/ubuntu/oneiric/kdebindings/oneiric

« back to all changes in this revision

Viewing changes to smoke/qt/qtuitools/smokeconfig.xml

  • Committer: Bazaar Package Importer
  • Author(s): Philip Muskovac
  • Date: 2010-12-07 00:10:46 UTC
  • mfrom: (1.1.42 upstream)
  • Revision ID: james.westby@ubuntu.com-20101207001046-h9gf2h54ym29tgui
Tags: 4:4.5.85-0ubuntu1
* New upstream beta release
* Disable libqwt-ruby1.8 and qwt files in libqt4-ruby1.8.examples
* Add libqtdeclarative-ruby1.8, libsmokeqt3support4-3,
  libsmokeqtdeclarative4-3 and libsmokeqthelp4-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<config>
 
2
    <moduleName>qtuitools</moduleName>
 
3
    <parentModules>
 
4
        <module>qtcore</module>
 
5
        <module>qtgui</module>
 
6
    </parentModules>
 
7
    <parts>1</parts>
 
8
    <scalarTypes>
 
9
        <!-- QString is a class, but represented as a scalar (#) in munged names -->
 
10
        <typeName>QString</typeName>
 
11
    </scalarTypes>
 
12
    <voidpTypes>
 
13
        <!-- both are classes, but they are represented as Smoke::t_voidp -->
 
14
        <typeName>QStringList</typeName>
 
15
        <typeName>QString</typeName>
 
16
    </voidpTypes>
 
17
    <classList>
 
18
        <class>QUiLoader</class>
 
19
    </classList>
 
20
</config>