-rw-r--r-- | libkdepim/libkdepimE.pro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libkdepim/libkdepimE.pro b/libkdepim/libkdepimE.pro index f3db68e..4b42184 100644 --- a/libkdepim/libkdepimE.pro +++ b/libkdepim/libkdepimE.pro | |||
@@ -1,57 +1,57 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on | 2 | CONFIG += qt warn_on |
3 | TARGET = microkdepim | 3 | TARGET = xmicrokdepim |
4 | INCLUDEPATH += . $(KDEPIMDIR) $(KDEPIMDIR)/microkde $(KDEPIMDIR)/qtcompat $(KDEPIMDIR)/microkde/kdecore $(KDEPIMDIR)/microkde/kdeui $(QPEDIR)/include | 4 | INCLUDEPATH += . $(KDEPIMDIR) $(KDEPIMDIR)/microkde $(KDEPIMDIR)/qtcompat $(KDEPIMDIR)/microkde/kdecore $(KDEPIMDIR)/microkde/kdeui $(QPEDIR)/include |
5 | LIBS += -lmicrokde | 5 | LIBS += -lxmicrokde |
6 | #LIBS += -lmicrokcal | 6 | #LIBS += -lxmicrokcal |
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 |
11 | 11 | ||
12 | 12 | ||
13 | INTERFACES = \ | 13 | INTERFACES = \ |
14 | 14 | ||
15 | HEADERS = \ | 15 | HEADERS = \ |
16 | categoryeditdialog.h \ | 16 | categoryeditdialog.h \ |
17 | categoryeditdialog_base.h \ | 17 | categoryeditdialog_base.h \ |
18 | categoryselectdialog.h \ | 18 | categoryselectdialog.h \ |
19 | categoryselectdialog_base.h \ | 19 | categoryselectdialog_base.h \ |
20 | externalapphandler.h \ | 20 | externalapphandler.h \ |
21 | kdateedit.h \ | 21 | kdateedit.h \ |
22 | kdatepicker.h \ | 22 | kdatepicker.h \ |
23 | kinputdialog.h \ | 23 | kinputdialog.h \ |
24 | kpimprefs.h \ | 24 | kpimprefs.h \ |
25 | kpimglobalprefs.h \ | 25 | kpimglobalprefs.h \ |
26 | kprefsdialog.h \ | 26 | kprefsdialog.h \ |
27 | kprefswidget.h \ | 27 | kprefswidget.h \ |
28 | ksyncmanager.h \ | 28 | ksyncmanager.h \ |
29 | ksyncprofile.h \ | 29 | ksyncprofile.h \ |
30 | ksyncprefsdialog.h \ | 30 | ksyncprefsdialog.h \ |
31 | kcmconfigs/kcmkdepimconfig.h \ | 31 | kcmconfigs/kcmkdepimconfig.h \ |
32 | kcmconfigs/kdepimconfigwidget.h \ | 32 | kcmconfigs/kdepimconfigwidget.h \ |
33 | phoneaccess.h | 33 | phoneaccess.h |
34 | 34 | ||
35 | 35 | ||
36 | 36 | ||
37 | SOURCES = \ | 37 | SOURCES = \ |
38 | categoryeditdialog.cpp \ | 38 | categoryeditdialog.cpp \ |
39 | categoryeditdialog_base.cpp \ | 39 | categoryeditdialog_base.cpp \ |
40 | categoryselectdialog.cpp \ | 40 | categoryselectdialog.cpp \ |
41 | categoryselectdialog_base.cpp \ | 41 | categoryselectdialog_base.cpp \ |
42 | externalapphandler.cpp \ | 42 | externalapphandler.cpp \ |
43 | kdateedit.cpp \ | 43 | kdateedit.cpp \ |
44 | kinputdialog.cpp \ | 44 | kinputdialog.cpp \ |
45 | kdatepicker.cpp \ | 45 | kdatepicker.cpp \ |
46 | kpimprefs.cpp \ | 46 | kpimprefs.cpp \ |
47 | kpimglobalprefs.cpp \ | 47 | kpimglobalprefs.cpp \ |
48 | kprefsdialog.cpp \ | 48 | kprefsdialog.cpp \ |
49 | kprefswidget.cpp \ | 49 | kprefswidget.cpp \ |
50 | ksyncmanager.cpp \ | 50 | ksyncmanager.cpp \ |
51 | ksyncprofile.cpp \ | 51 | ksyncprofile.cpp \ |
52 | ksyncprefsdialog.cpp \ | 52 | ksyncprefsdialog.cpp \ |
53 | kcmconfigs/kcmkdepimconfig.cpp \ | 53 | kcmconfigs/kcmkdepimconfig.cpp \ |
54 | kcmconfigs/kdepimconfigwidget.cpp \ | 54 | kcmconfigs/kdepimconfigwidget.cpp \ |
55 | phoneaccess.cpp | 55 | phoneaccess.cpp |
56 | 56 | ||
57 | 57 | ||