summaryrefslogtreecommitdiffabout
path: root/libkdepim/libkdepim.pro
authorulf69 <ulf69>2004-08-06 20:30:16 (UTC)
committer ulf69 <ulf69>2004-08-06 20:30:16 (UTC)
commit26697d027609149853b984874190e2624749b7e3 (patch) (unidiff)
tree84b4392b20d1572645cb3d9ff5b6057da52ce970 /libkdepim/libkdepim.pro
parent38d84409bcca83516eb816461c8b79b4cf6cbf57 (diff)
downloadkdepimpi-26697d027609149853b984874190e2624749b7e3.zip
kdepimpi-26697d027609149853b984874190e2624749b7e3.tar.gz
kdepimpi-26697d027609149853b984874190e2624749b7e3.tar.bz2
moved pim related parameters into kpimprefs. (email, phone parameters)
Diffstat (limited to 'libkdepim/libkdepim.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--libkdepim/libkdepim.pro12
1 files changed, 7 insertions, 5 deletions
diff --git a/libkdepim/libkdepim.pro b/libkdepim/libkdepim.pro
index a2fae0b..902f049 100644
--- a/libkdepim/libkdepim.pro
+++ b/libkdepim/libkdepim.pro
@@ -2,7 +2,7 @@ TEMPLATE = lib
2 CONFIG = qt warn_on 2 CONFIG = qt warn_on
3DEFINES +=KORG_NOKABC 3DEFINES +=KORG_NOKABC
4TARGET = microkdepim 4TARGET = microkdepim
5INCLUDEPATH += ../microkde ../libkabcwrap ../microkde/kdecore . .. 5INCLUDEPATH += ../microkde ../libkabcwrap ../microkde/kdecore ../microkde/kdeui . ..
6DESTDIR=../bin 6DESTDIR=../bin
7 7
8DEFINES += DESKTOP_VERSION 8DEFINES += DESKTOP_VERSION
@@ -28,11 +28,12 @@ HEADERS = \
28 kinputdialog.h \ 28 kinputdialog.h \
29 kincidenceformatter.h \ 29 kincidenceformatter.h \
30 kpimprefs.h \ 30 kpimprefs.h \
31 kprefs.h \
32 kprefsdialog.h \ 31 kprefsdialog.h \
33 addresseeview.h \ 32 addresseeview.h \
34 ksyncprofile.h \ 33 ksyncprofile.h \
35 ksyncprefsdialog.h 34 ksyncprefsdialog.h \
35 kcmconfigs/kcmkdepimconfig.h \
36 kcmconfigs/kdepimconfigwidget.h
36 37
37SOURCES = \ 38SOURCES = \
38 categoryeditdialog.cpp \ 39 categoryeditdialog.cpp \
@@ -44,10 +45,11 @@ SOURCES = \
44 kinputdialog.cpp \ 45 kinputdialog.cpp \
45 kincidenceformatter.cpp \ 46 kincidenceformatter.cpp \
46 kpimprefs.cpp \ 47 kpimprefs.cpp \
47 kprefs.cpp \
48 kprefsdialog.cpp \ 48 kprefsdialog.cpp \
49 addresseeview.cpp \ 49 addresseeview.cpp \
50 ksyncprofile.cpp \ 50 ksyncprofile.cpp \
51 ksyncprefsdialog.cpp 51 ksyncprefsdialog.cpp \
52 kcmconfigs/kcmkdepimconfig.cpp \
53 kcmconfigs/kdepimconfigwidget.cpp
52 54
53 55