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
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 =
|
|
|