File: common.pri

package info (click to toggle)
kdsoap 2.2.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,000 kB
  • sloc: cpp: 19,877; python: 63; makefile: 13
file content (15 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
QT += network

HEADERS += \
  $$PWD/fileprovider.h \
  $$PWD/messagehandler.h \
  $$PWD/nsmanager.h \
  $$PWD/parsercontext.h \
  $$PWD/qname.h

SOURCES += \
  $$PWD/fileprovider.cpp \
  $$PWD/messagehandler.cpp \
  $$PWD/nsmanager.cpp \
  $$PWD/parsercontext.cpp \
  $$PWD/qname.cpp