summaryrefslogtreecommitdiffstats
path: root/win/pro_files/tdeabc/vcard/vcard.pro
diff options
context:
space:
mode:
Diffstat (limited to 'win/pro_files/tdeabc/vcard/vcard.pro')
-rw-r--r--win/pro_files/tdeabc/vcard/vcard.pro22
1 files changed, 22 insertions, 0 deletions
diff --git a/win/pro_files/tdeabc/vcard/vcard.pro b/win/pro_files/tdeabc/vcard/vcard.pro
new file mode 100644
index 000000000..e2de8e6d7
--- /dev/null
+++ b/win/pro_files/tdeabc/vcard/vcard.pro
@@ -0,0 +1,22 @@
+TEMPLATE = lib
+
+include( $(KDELIBS)/win/common.pro )
+
+# needed to export library classes:
+DEFINES += MAKE_KVCARD_LIB
+
+LIBS += $$KDELIBDESTDIR\tdecore$$KDELIB_SUFFIX
+
+INCLUDEPATH += $(KDELIBS)/tdeabc/vcard/include $(KDELIBS)/tdeabc/vcard/include/generated \
+ $(KDELIBS)/tdeabc/vcardparser
+
+system( bash kmoc )
+system( bash kdcopidl )
+
+TARGET = kvcard$$KDEBUG
+
+SOURCES = \
+vCard-all.cpp
+
+HEADERS =
+