summaryrefslogtreecommitdiffstats
path: root/win/pro_files/kutils/kutils.pro
blob: b2eae16bed932ddc33370e2d8d769c1123dbdfe1 (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
TEMPLATE	= lib

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


# needed to export library classes:
DEFINES += MAKE_KUTILS_LIB

TARGET		= kutils$$KDEBUG

LIBS += $$KDELIBDESTDIR/kdecore$$KDELIB_SUFFIX $$KDELIBDESTDIR/kdeui$$KDELIB_SUFFIX \
	$$KDELIBDESTDIR/kio$$KDELIB_SUFFIX 

INCLUDEPATH += $(KDELIBS)/interfaces/kregexpeditor

system( bash ktqmoc )

SOURCES = \
ktqfind.cpp \
ktqfinddialog.cpp \
kmultitabbar.cpp \
kplugininfo.cpp \
ktqreplace.cpp \
ktqreplacedialog.cpp

HEADERS		=