summaryrefslogtreecommitdiffstats
path: root/win/pro_files/tdeprint/tdeprint.pro
blob: b5269d0f2c7c18a113b1493c714049ac5bb1a7c3 (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_TDEPRINT_LIB

TARGET		= tdeprint$$KDEBUG

SOURCES = \
kprinter.cpp \
kpreloadobject.cpp

HEADERS =