You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
400 B
23 lines
400 B
15 years ago
|
TEMPLATE = lib
|
||
|
|
||
|
include( $(KDELIBS)/win/common.pro )
|
||
|
|
||
|
# needed to export library classes:
|
||
|
DEFINES += MAKE_KVCARD_LIB
|
||
|
|
||
13 years ago
|
LIBS += $$KDELIBDESTDIR\tdecore$$KDELIB_SUFFIX
|
||
15 years ago
|
|
||
12 years ago
|
INCLUDEPATH += $(KDELIBS)/tdeabc/vcard/include $(KDELIBS)/tdeabc/vcard/include/generated \
|
||
|
$(KDELIBS)/tdeabc/vcardparser
|
||
15 years ago
|
|
||
14 years ago
|
system( bash kmoc )
|
||
15 years ago
|
system( bash kdcopidl )
|
||
|
|
||
|
TARGET = kvcard$$KDEBUG
|
||
|
|
||
|
SOURCES = \
|
||
|
vCard-all.cpp
|
||
|
|
||
|
HEADERS =
|
||
|
|