File: schema.pro

package info (click to toggle)
kdsoap 1.9.1%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,564 kB
  • sloc: cpp: 18,969; python: 438; sh: 281; makefile: 8
file content (40 lines) | stat: -rw-r--r-- 682 bytes parent folder | download | duplicates (2)
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
30
31
32
33
34
35
36
37
38
39
40
TEMPLATE = lib
TARGET = xmlschema
CONFIG += staticlib

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

QT -= gui
QT += xml

INCLUDEPATH += $${TOP_SOURCE_DIR}/kdwsdl2cpp

include($${TOP_SOURCE_DIR}/variables.pri)
DEFINES -= QT_NO_CAST_TO_ASCII QBA_NO_CAST_TO_VOID QBA_NO_CAST_TO_ASCII QT_NO_CAST_FROM_ASCII

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