diff options
Diffstat (limited to 'win/pro_files/dcop/dcop.pro')
-rw-r--r-- | win/pro_files/dcop/dcop.pro | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/win/pro_files/dcop/dcop.pro b/win/pro_files/dcop/dcop.pro new file mode 100644 index 000000000..7758cbb7b --- /dev/null +++ b/win/pro_files/dcop/dcop.pro @@ -0,0 +1,19 @@ +TEMPLATE = lib + +include( $(KDELIBS)/win/common.pro ) + +# needed to export library classes: +DEFINES += MAKE_DCOP_LIB + +TARGET = dcop$$KDEBUG + +system( bash kmoc ) + +LIBS += $$KDELIBDESTDIR/kdeice$$KDELIB_SUFFIX + +SOURCES = \ +dcopref.cpp \ +dcopobject.cpp \ +dcopclient.cpp \ +dcopstub.cpp + |