author | zautrix <zautrix> | 2004-08-01 13:18:50 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-08-01 13:18:50 (UTC) |
commit | b710dc95e7f602dd1668ed15cdf968b32a6c9f1f (patch) (unidiff) | |
tree | 808a382940cffda6ed86cee3dcbf9380b9022483 /libkdepim/libkdepimE.pro | |
parent | cc2643f4be54269db8c24f66fdcbbf6954d5f537 (diff) | |
download | kdepimpi-b710dc95e7f602dd1668ed15cdf968b32a6c9f1f.zip kdepimpi-b710dc95e7f602dd1668ed15cdf968b32a6c9f1f.tar.gz kdepimpi-b710dc95e7f602dd1668ed15cdf968b32a6c9f1f.tar.bz2 |
scheiss cvs
-rw-r--r-- | libkdepim/libkdepimE.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libkdepim/libkdepimE.pro b/libkdepim/libkdepimE.pro index b267d22..36a789d 100644 --- a/libkdepim/libkdepimE.pro +++ b/libkdepim/libkdepimE.pro | |||
@@ -12,33 +12,35 @@ DESTDIR=$(QPEDIR)/lib | |||
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 | ||