File: helloworld_server.pro

package info (click to toggle)
kdsoap 1.9.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,568 kB
  • sloc: cpp: 18,969; python: 438; sh: 281; makefile: 8
file content (11 lines) | stat: -rw-r--r-- 228 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
KDWSDL_OPTIONS = -server
WSDL_DIR = generated

include( $${TOP_SOURCE_DIR}/examples/examples.pri )

SOURCES = main.cpp
HEADERS = helloworld_server.h

KDWSDL = helloworld.wsdl

LIBS += -L$${TOP_BUILD_DIR}/lib -l$$KDSOAPSERVERLIB