From e16866e072f94410321d70daedbcb855ea878cac Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 15:56:40 -0600 Subject: Actually move the kde files that were renamed in the last commit --- win/pro_files/tdefx/tdefx_rel.pro | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 win/pro_files/tdefx/tdefx_rel.pro (limited to 'win/pro_files/tdefx/tdefx_rel.pro') diff --git a/win/pro_files/tdefx/tdefx_rel.pro b/win/pro_files/tdefx/tdefx_rel.pro new file mode 100644 index 000000000..66ae8f1a4 --- /dev/null +++ b/win/pro_files/tdefx/tdefx_rel.pro @@ -0,0 +1,27 @@ +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 = tdefx -- cgit v1.2.1