-rw-r--r-- | libkdepim/libkdepimE.pro | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/libkdepim/libkdepimE.pro b/libkdepim/libkdepimE.pro index 36a789d..fc8abe1 100644 --- a/libkdepim/libkdepimE.pro +++ b/libkdepim/libkdepimE.pro | |||
@@ -1,10 +1,10 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on | 2 | CONFIG += qt warn_on |
3 | TARGET = microkdepim | 3 | TARGET = microkdepim |
4 | INCLUDEPATH += ../microkde ../qtcompat ../libkabcwrap ../microkde/kdecore $(QPEDIR)/include | 4 | INCLUDEPATH += ../microkde ../qtcompat ../libkabcwrap ../microkde/kdecore ../microkde/kdeui $(QPEDIR)/include |
5 | INCLUDEPATH += . .. | 5 | INCLUDEPATH += . .. |
6 | LIBS += -lmicrokde | 6 | LIBS += -lmicrokde |
7 | LIBS += -L$(QPEDIR)/lib | 7 | LIBS += -L$(QPEDIR)/lib |
8 | OBJECTS_DIR = obj/$(PLATFORM) | 8 | OBJECTS_DIR = obj/$(PLATFORM) |
9 | MOC_DIR = moc/$(PLATFORM) | 9 | MOC_DIR = moc/$(PLATFORM) |
10 | DESTDIR=$(QPEDIR)/lib | 10 | DESTDIR=$(QPEDIR)/lib |
@@ -19,28 +19,31 @@ HEADERS = \ | |||
19 | categoryselectdialog_base.h \ | 19 | categoryselectdialog_base.h \ |
20 | kdateedit.h \ | 20 | kdateedit.h \ |
21 | kdatepicker.h \ | 21 | kdatepicker.h \ |
22 | kinputdialog.h \ | 22 | kinputdialog.h \ |
23 | kincidenceformatter.h \ | 23 | kincidenceformatter.h \ |
24 | kpimprefs.h \ | 24 | kpimprefs.h \ |
25 | kprefs.h \ | ||
26 | kprefsdialog.h \ | 25 | kprefsdialog.h \ |
27 | addresseeview.h \ | 26 | addresseeview.h \ |
28 | ksyncprofile.h \ | 27 | ksyncprofile.h \ |
29 | ksyncprefsdialog.h | 28 | ksyncprefsdialog.h \ |
29 | kcmconfigs/kcmkdepimconfig.h \ | ||
30 | kcmconfigs/kdepimconfigwidget.h | ||
31 | |||
30 | 32 | ||
31 | 33 | ||
32 | SOURCES = \ | 34 | SOURCES = \ |
33 | categoryeditdialog.cpp \ | 35 | categoryeditdialog.cpp \ |
34 | categoryeditdialog_base.cpp \ | 36 | categoryeditdialog_base.cpp \ |
35 | categoryselectdialog.cpp \ | 37 | categoryselectdialog.cpp \ |
36 | categoryselectdialog_base.cpp \ | 38 | categoryselectdialog_base.cpp \ |
37 | kdateedit.cpp \ | 39 | kdateedit.cpp \ |
38 | kinputdialog.cpp \ | 40 | kinputdialog.cpp \ |
39 | kdatepicker.cpp \ | 41 | kdatepicker.cpp \ |
40 | kincidenceformatter.cpp \ | 42 | kincidenceformatter.cpp \ |
41 | kpimprefs.cpp \ | 43 | kpimprefs.cpp \ |
42 | kprefs.cpp \ | ||
43 | kprefsdialog.cpp \ | 44 | kprefsdialog.cpp \ |
44 | addresseeview.cpp \ | 45 | addresseeview.cpp \ |
45 | ksyncprofile.cpp \ | 46 | ksyncprofile.cpp \ |
46 | ksyncprefsdialog.cpp | 47 | ksyncprefsdialog.cpp \ |
48 | kcmconfigs/kcmkdepimconfig.cpp \ | ||
49 | kcmconfigs/kdepimconfigwidget.cpp | ||