File: code_generation.pri

package info (click to toggle)
kdsoap 2.2.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,996 kB
  • sloc: cpp: 19,877; python: 63; makefile: 16
file content (32 lines) | stat: -rw-r--r-- 633 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
30
31
32
HEADERS += \
  $$PWD/class.h \
  $$PWD/code.h \
  $$PWD/enum.h \
  $$PWD/file.h \
  $$PWD/function.h \
  $$PWD/include.h \
  $$PWD/kode_export.h \
  $$PWD/license.h \
  $$PWD/membervariable.h \
  $$PWD/namer.h \
  $$PWD/printer.h \
  $$PWD/statemachine.h \
  $$PWD/style.h \
  $$PWD/typedef.h \
  $$PWD/variable.h

SOURCES += \
  $$PWD/class.cpp \
  $$PWD/code.cpp \
  $$PWD/enum.cpp \
  $$PWD/file.cpp \
  $$PWD/function.cpp \
  $$PWD/include.cpp \
  $$PWD/license.cpp \
  $$PWD/membervariable.cpp \
  $$PWD/namer.cpp \
  $$PWD/printer.cpp \
  $$PWD/statemachine.cpp \
  $$PWD/style.cpp \
  $$PWD/typedef.cpp \
  $$PWD/variable.cpp