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.
28 lines
436 B
28 lines
436 B
15 years ago
|
TEMPLATE = lib
|
||
|
|
||
|
KW_CONFIG = release
|
||
|
CONFIG -= debug
|
||
|
CONFIG += release
|
||
|
|
||
|
include( $(KDELIBS)/win/common.pro )
|
||
|
|
||
|
|
||
|
# needed to export library classes:
|
||
|
DEFINES += MAKE_KDEFX_LIB
|
||
|
|
||
|
system( moc kstyle.h -o moc/kstyle.moc )
|
||
|
|
||
|
LIBS -= "$(KDEDIR)\lib\kdewin32_$(KDE_VER).lib" "$(KDEDIR)\lib\ltdl_$(KDE_VER).lib"
|
||
|
|
||
|
SOURCES = \
|
||
|
kimageeffect.cpp \
|
||
|
kpixmapeffect.cpp \
|
||
|
kpixmap.cpp \
|
||
|
kstyle.cpp \
|
||
|
kdrawutil.cpp \
|
||
|
kcpuinfo.cpp
|
||
|
|
||
|
HEADERS =
|
||
|
|
||
|
TARGET = kdefx
|