summaryrefslogtreecommitdiffstats
path: root/win/pro_files/kdeprint/kdeprint.pro
blob: eb1bfff696891cf198fc111037b432ec977277f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE	= lib

include( $(KDELIBS)/win/common.pro )


# needed to export library classes:
DEFINES += MAKE_KDEPRINT_LIB

TARGET		= tdeprint$$KDEBUG

SOURCES = \
kprinter.cpp \
kpreloadobject.cpp

HEADERS =