blob: d74a769a87a79ed5d5ccb8d7ead45f3bdaf070c6 (
plain)
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
|
TEMPLATE = lib
include( $(KDELIBS)/win/common.pro )
DEFINES += ICE_t TRANS_SERVER TRANS_CLIENT SOCKCONN TCPCONN ANSICPP
TARGET = kdeice$$KDEBUG$(KDE_VER)
system( bash kmoc )
DEF_FILE = kde-ice.def
CONFIG += no_precompile_header console
CONFIG -= dll
CONFIG += staticlib
SOURCES += iceauth.c \
process.c \
accept.c \
authutil.c \
connect.c \
error.c \
getauth.c \
globals.c \
listen.c \
listenwk.c \
locking.c \
misc.c \
ping.c \
protosetup.c \
register.c \
replywait.c \
setauth.c \
shutdown.c \
transport.c \
watch.c
|