-rw-r--r-- | kmicromail/kmicromailE.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kmicromail/kmicromailE.pro b/kmicromail/kmicromailE.pro index 4fa026d..0d6cf86 100644 --- a/kmicromail/kmicromailE.pro +++ b/kmicromail/kmicromailE.pro | |||
@@ -16,6 +16,8 @@ HEADERS = defines.h \ | |||
16 | selectstore.h \ | 16 | selectstore.h \ |
17 | selectsmtp.h \ | 17 | selectsmtp.h \ |
18 | nntpgroups.h \ | 18 | nntpgroups.h \ |
19 | koprefs.h \ | ||
20 | koprefsdialog.h \ | ||
19 | nntpgroupsdlg.h | 21 | nntpgroupsdlg.h |
20 | 22 | ||
21 | SOURCES = main.cpp \ | 23 | SOURCES = main.cpp \ |
@@ -34,6 +36,8 @@ SOURCES = main.cpp \ | |||
34 | selectstore.cpp \ | 36 | selectstore.cpp \ |
35 | selectsmtp.cpp \ | 37 | selectsmtp.cpp \ |
36 | nntpgroups.cpp \ | 38 | nntpgroups.cpp \ |
39 | koprefs.cpp\ | ||
40 | koprefsdialog.cpp\ | ||
37 | nntpgroupsdlg.cpp | 41 | nntpgroupsdlg.cpp |
38 | 42 | ||
39 | INTERFACES = editaccountsui.ui \ | 43 | INTERFACES = editaccountsui.ui \ |