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.pro | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 win/pro_files/tdefx/tdefx.pro (limited to 'win/pro_files/tdefx/tdefx.pro') diff --git a/win/pro_files/tdefx/tdefx.pro b/win/pro_files/tdefx/tdefx.pro new file mode 100644 index 000000000..eab9ea7d9 --- /dev/null +++ b/win/pro_files/tdefx/tdefx.pro @@ -0,0 +1,22 @@ +TEMPLATE = lib + +include( $(KDELIBS)/win/common.pro ) + + +# needed to export library classes: +DEFINES += MAKE_KDEFX_LIB + +TARGET = tdefx$$KDEBUG + +system( bash kmoc ) + +SOURCES = \ +kimageeffect.cpp \ +kpixmapeffect.cpp \ +kpixmapsplitter.cpp \ +kpixmap.cpp \ +kstyle.cpp \ +kdrawutil.cpp \ +kcpuinfo.cpp + +HEADERS = -- cgit v1.2.1