summaryrefslogtreecommitdiffabout
path: root/libkcal/versit/versit.pro
Unidiff
Diffstat (limited to 'libkcal/versit/versit.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--libkcal/versit/versit.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/libkcal/versit/versit.pro b/libkcal/versit/versit.pro
new file mode 100644
index 0000000..915c25c
--- a/dev/null
+++ b/libkcal/versit/versit.pro
@@ -0,0 +1,15 @@
1 TEMPLATE= lib
2 CONFIG = qt warn_on release
3 TARGET = versit
4INTERFACES = \
5
6HEADERS = \
7 port.h \
8 vcc.h \
9 vobject.h \
10
11SOURCES = \
12 \ \
13 vcc.c \
14 vobject.c \
15