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.
41 lines
1.4 KiB
41 lines
1.4 KiB
15 years ago
|
TEMPLATE = lib
|
||
|
|
||
|
include( $(KDELIBS)/win/common.pro )
|
||
|
|
||
|
# needed to export library classes:
|
||
|
DEFINES += MAKE_KABC_LIB
|
||
13 years ago
|
LIBS += $$KDELIBDESTDIR\tdecore$$KDELIB_SUFFIX $$KDELIBDESTDIR\tdeui$$KDELIB_SUFFIX \
|
||
12 years ago
|
$$KDELIBDESTDIR\tderesources$$KDELIB_SUFFIX $$KDELIBDESTDIR\dcop$$KDELIB_SUFFIX \
|
||
11 years ago
|
$$KDELIBDESTDIR\tdeio$$KDELIB_SUFFIX $$KDELIBDESTDIR\kvcard$$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 )
|
||
|
system( cd scripts && perl.exe makeaddressee )
|
||
|
|
||
11 years ago
|
TARGET = tdeabc$$KDEBUG
|
||
15 years ago
|
|
||
|
SOURCES = \
|
||
|
address.cpp addressbook.cpp addressee.cpp addresseedialog.cpp agent.cpp \
|
||
|
distributionlist.cpp distributionlistdialog.cpp distributionlisteditor.cpp \
|
||
|
errorhandler.cpp field.cpp formatfactory.cpp geo.cpp key.cpp \
|
||
|
phonenumber.cpp picture.cpp plugin.cpp resource.cpp \
|
||
|
resourceselectdialog.cpp secrecy.cpp sound.cpp stdaddressbook.cpp \
|
||
|
timezone.cpp vcard21parser.cpp vcardconverter.cpp vcardformat.cpp \
|
||
|
vcardformatimpl.cpp vcardformatplugin.cpp ldifconverter.cpp addresslineedit.cpp \
|
||
|
ldapclient.cpp addresseelist.cpp vcardtool.cpp addresseehelper.cpp \
|
||
|
lock.cpp locknull.cpp ldif.cpp ldapurl.cpp ldapconfigwidget.cpp \
|
||
|
sortmode.cpp \
|
||
|
\
|
||
|
vcardparser/vcard.cpp vcardparser/vcardline.cpp vcardparser/vcardparser.cpp
|
||
|
|
||
|
HEADERS =
|
||
|
|
||
|
generated:
|
||
|
SOURCES += \
|
||
|
addresseehelper_skel.cpp \
|
||
|
addresseehelper_stub.cpp
|
||
|
|