comparison build/xml.makefile @ 38:08631ce8e46a

forgotten files
author eldar
date Sat, 16 May 2009 21:34:54 +0000
parents
children a5cba313c924
comparison
equal deleted inserted replaced
37:8022ef40f110 38:08631ce8e46a
1 ## Qt Lib name.
2 qt_svg_name = QtXml
3
4 ## Libraries linked to the cpp part (is active only when CPP_SHARED == true).
5 xml_link_cpp += qtdcore_cpp $(qt_core_lib_name)
6
7 ## Libraries linked to the d part (is active only when CPP_SHARED == true)..
8 xml_link_d += qtdcore
9
10 ## Module specific cpp files.
11 xml_cpp_files +=
12
13 ## Module specific d files.
14 xml_d_files +=
15
16 ## Classes.
17 ## TODO: use list that generated by dgen.
18 xml_classes = \
19 QDomAttr \
20 QDomCDATASection \
21 QDomCharacterData \
22 QDomComment \
23 QDomDocumentFragment \
24 QDomDocument \
25 QDomDocumentType \
26 QDomElement \
27 QDomEntityReference \
28 QDomEntity \
29 QDomImplementation \
30 QDomNamedNodeMap \
31 QDomNodeList \
32 QDomNode \
33 QDomNotation \
34 QDomProcessingInstruction \
35 QDomText \
36 QXmlAttributes \
37 QXmlContentHandler \
38 QXmlDeclHandler \
39 QXmlDefaultHandler \
40 QXmlDTDHandler \
41 QXmlEntityResolver \
42 QXmlErrorHandler \
43 QXmlInputSource \
44 QXmlLexicalHandler \
45 QXmlLocator \
46 QXmlNamespaceSupport \
47 QXmlParseException \
48 QXmlReader \
49 QXmlSimpleReader \
50 QXmlStreamAttribute \
51 QXmlStreamAttributes \
52 QXmlStreamEntityDeclaration \
53 QXmlStreamNamespaceDeclaration \
54 QXmlStreamNotationDeclaration \
55 QXmlStreamReader \
56 QXmlStreamWriter