summaryrefslogtreecommitdiffstats
path: root/win/pro_files/dcop/tests/tests.pro
diff options
context:
space:
mode:
Diffstat (limited to 'win/pro_files/dcop/tests/tests.pro')
-rw-r--r--win/pro_files/dcop/tests/tests.pro31
1 files changed, 31 insertions, 0 deletions
diff --git a/win/pro_files/dcop/tests/tests.pro b/win/pro_files/dcop/tests/tests.pro
new file mode 100644
index 000000000..fd5d7cab5
--- /dev/null
+++ b/win/pro_files/dcop/tests/tests.pro
@@ -0,0 +1,31 @@
+TEMPLATE = app
+
+include( $(KDELIBS)/win/common.pro )
+
+# needed to export library classes:
+DEFINES += MAKE_DCOP_LIB
+
+TARGET = testdcop
+
+system( bash kmoc .. )
+
+INCLUDEPATH += .. ../moc
+
+LIBS += $$KDELIBDESTDIR/dcop$$KDELIB_SUFFIX $$KDELIBDESTDIR/kdeice$$KDELIB_SUFFIX $$KDELIBDESTDIR/kdecore$$KDELIB_SUFFIX
+
+SOURCES += ../testdcop.cpp
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+