diff options
Diffstat (limited to 'win/pro_files/tdefx/tdefx.pro')
-rw-r--r-- | win/pro_files/tdefx/tdefx.pro | 22 |
1 files changed, 22 insertions, 0 deletions
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 = |