-rw-r--r-- | libkdepim/libkdepim.pro | 7 | ||||
-rw-r--r-- | libkdepim/libkdepimE.pro | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/libkdepim/libkdepim.pro b/libkdepim/libkdepim.pro index b490899..a2fae0b 100644 --- a/libkdepim/libkdepim.pro +++ b/libkdepim/libkdepim.pro | |||
@@ -1,50 +1,53 @@ | |||
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 . .. |
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 |
12 | MOC_DIR = moc/unix | 12 | MOC_DIR = moc/unix |
13 | } | 13 | } |
14 | win32: { | 14 | win32: { |
15 | DEFINES += _WIN32_ | 15 | DEFINES += _WIN32_ |
16 | OBJECTS_DIR = obj/win | 16 | OBJECTS_DIR = obj/win |
17 | MOC_DIR = moc/win | 17 | MOC_DIR = moc/win |
18 | } | 18 | } |
19 | INTERFACES = \ | 19 | INTERFACES = \ |
20 | 20 | ||
21 | HEADERS = \ | 21 | HEADERS = \ |
22 | categoryeditdialog.h \ | 22 | categoryeditdialog.h \ |
23 | categoryeditdialog_base.h \ | 23 | categoryeditdialog_base.h \ |
24 | categoryselectdialog.h \ | 24 | categoryselectdialog.h \ |
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 \ | 31 | kprefs.h \ |
32 | kprefsdialog.h \ | 32 | kprefsdialog.h \ |
33 | addresseeview.h \ | 33 | addresseeview.h \ |
34 | ksyncprofile.h | 34 | ksyncprofile.h \ |
35 | ksyncprefsdialog.h | ||
35 | 36 | ||
36 | SOURCES = \ | 37 | SOURCES = \ |
37 | categoryeditdialog.cpp \ | 38 | categoryeditdialog.cpp \ |
38 | categoryeditdialog_base.cpp \ | 39 | categoryeditdialog_base.cpp \ |
39 | categoryselectdialog.cpp \ | 40 | categoryselectdialog.cpp \ |
40 | categoryselectdialog_base.cpp \ | 41 | categoryselectdialog_base.cpp \ |
41 | kdateedit.cpp \ | 42 | kdateedit.cpp \ |
42 | kdatepicker.cpp \ | 43 | kdatepicker.cpp \ |
43 | kinputdialog.cpp \ | 44 | kinputdialog.cpp \ |
44 | kincidenceformatter.cpp \ | 45 | kincidenceformatter.cpp \ |
45 | kpimprefs.cpp \ | 46 | kpimprefs.cpp \ |
46 | kprefs.cpp \ | 47 | kprefs.cpp \ |
47 | kprefsdialog.cpp \ | 48 | kprefsdialog.cpp \ |
48 | addresseeview.cpp \ | 49 | addresseeview.cpp \ |
49 | ksyncprofile.cpp | 50 | ksyncprofile.cpp \ |
51 | ksyncprefsdialog.cpp | ||
52 | |||
50 | 53 | ||
diff --git a/libkdepim/libkdepimE.pro b/libkdepim/libkdepimE.pro index b267d22..36a789d 100644 --- a/libkdepim/libkdepimE.pro +++ b/libkdepim/libkdepimE.pro | |||
@@ -1,44 +1,46 @@ | |||
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 $(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 |
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 | 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 \ | 25 | kprefs.h \ |
26 | kprefsdialog.h \ | 26 | kprefsdialog.h \ |
27 | addresseeview.h \ | 27 | addresseeview.h \ |
28 | ksyncprofile.h | 28 | ksyncprofile.h \ |
29 | ksyncprefsdialog.h | ||
29 | 30 | ||
30 | 31 | ||
31 | SOURCES = \ | 32 | SOURCES = \ |
32 | categoryeditdialog.cpp \ | 33 | categoryeditdialog.cpp \ |
33 | categoryeditdialog_base.cpp \ | 34 | categoryeditdialog_base.cpp \ |
34 | categoryselectdialog.cpp \ | 35 | categoryselectdialog.cpp \ |
35 | categoryselectdialog_base.cpp \ | 36 | categoryselectdialog_base.cpp \ |
36 | kdateedit.cpp \ | 37 | kdateedit.cpp \ |
37 | kinputdialog.cpp \ | 38 | kinputdialog.cpp \ |
38 | kdatepicker.cpp \ | 39 | kdatepicker.cpp \ |
39 | kincidenceformatter.cpp \ | 40 | kincidenceformatter.cpp \ |
40 | kpimprefs.cpp \ | 41 | kpimprefs.cpp \ |
41 | kprefs.cpp \ | 42 | kprefs.cpp \ |
42 | kprefsdialog.cpp \ | 43 | kprefsdialog.cpp \ |
43 | addresseeview.cpp \ | 44 | addresseeview.cpp \ |
44 | ksyncprofile.cpp | 45 | ksyncprofile.cpp \ |
46 | ksyncprefsdialog.cpp | ||