-rw-r--r-- | libkdepim/libkdepim.pro | 12 |
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 | |||
@@ -1,11 +1,11 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG = qt warn_on | 2 | CONFIG = qt warn_on |
3 | DEFINES +=KORG_NOKABC | 3 | DEFINES +=KORG_NOKABC |
4 | TARGET = microkdepim | 4 | TARGET = microkdepim |
5 | INCLUDEPATH += ../microkde ../libkabcwrap ../microkde/kdecore . .. | 5 | INCLUDEPATH += ../microkde ../libkabcwrap ../microkde/kdecore ../microkde/kdeui . .. |
6 | DESTDIR=../bin | 6 | DESTDIR=../bin |
7 | 7 | ||
8 | DEFINES += DESKTOP_VERSION | 8 | DEFINES += DESKTOP_VERSION |
9 | include( ../variables.pri ) | 9 | include( ../variables.pri ) |
10 | unix : { | 10 | unix : { |
11 | OBJECTS_DIR = obj/unix | 11 | OBJECTS_DIR = obj/unix |
@@ -25,29 +25,31 @@ HEADERS = \ | |||
25 | categoryselectdialog_base.h \ | 25 | categoryselectdialog_base.h \ |
26 | kdateedit.h \ | 26 | kdateedit.h \ |
27 | kdatepicker.h \ | 27 | kdatepicker.h \ |
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 | ||
37 | SOURCES = \ | 38 | SOURCES = \ |
38 | categoryeditdialog.cpp \ | 39 | categoryeditdialog.cpp \ |
39 | categoryeditdialog_base.cpp \ | 40 | categoryeditdialog_base.cpp \ |
40 | categoryselectdialog.cpp \ | 41 | categoryselectdialog.cpp \ |
41 | categoryselectdialog_base.cpp \ | 42 | categoryselectdialog_base.cpp \ |
42 | kdateedit.cpp \ | 43 | kdateedit.cpp \ |
43 | kdatepicker.cpp \ | 44 | kdatepicker.cpp \ |
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 | ||