summaryrefslogtreecommitdiffstats
path: root/win/pro_files/kdeprint/kdeprint.pro
blob: c541548ae451ff9b6b15d9ae0eb744132da8c095 (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		= kdeprint$$KDEBUG

SOURCES = \
kprinter.cpp \
kpreloadobject.cpp

HEADERS =