File: schema.pri

package info (click to toggle)
kdsoap 2.2.0%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,000 kB
  • sloc: cpp: 19,877; python: 63; makefile: 13
file content (29 lines) | stat: -rw-r--r-- 578 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
QT += xml

HEADERS += \
  $$PWD/annotation.h \
  $$PWD/attribute.h \
  $$PWD/attributegroup.h \
  $$PWD/complextype.h \
  $$PWD/compositor.h \
  $$PWD/element.h \
  $$PWD/group.h \
  $$PWD/parser.h \
  $$PWD/simpletype.h \
  $$PWD/types.h \
  $$PWD/xmlelement.h \
  $$PWD/xsdtype.h

SOURCES += \
  $$PWD/annotation.cpp \
  $$PWD/attribute.cpp \
  $$PWD/attributegroup.cpp \
  $$PWD/complextype.cpp \
  $$PWD/compositor.cpp \
  $$PWD/element.cpp \
  $$PWD/group.cpp \
  $$PWD/parser.cpp \
  $$PWD/simpletype.cpp \
  $$PWD/types.cpp \
  $$PWD/xmlelement.cpp \
  $$PWD/xsdtype.cpp