You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
475 B
27 lines
475 B
TEMPLATE = lib
|
|
|
|
include( $(KDELIBS)/win/common.pro )
|
|
|
|
|
|
# needed to export library classes:
|
|
DEFINES += MAKE_TDEUTILS_LIB
|
|
|
|
TARGET = tdeutils$$KDEBUG
|
|
|
|
LIBS += $$KDELIBDESTDIR/tdecore$$KDELIB_SUFFIX $$KDELIBDESTDIR/tdeui$$KDELIB_SUFFIX \
|
|
$$KDELIBDESTDIR/tdeio$$KDELIB_SUFFIX
|
|
|
|
INCLUDEPATH += $(KDELIBS)/interfaces/kregexpeditor
|
|
|
|
system( bash kmoc )
|
|
|
|
SOURCES = \
|
|
kfind.cpp \
|
|
kfinddialog.cpp \
|
|
tdemultitabbar.cpp \
|
|
kplugininfo.cpp \
|
|
kreplace.cpp \
|
|
kreplacedialog.cpp
|
|
|
|
HEADERS =
|