-rw-r--r-- | kaddressbook/kaddressbook.pro | 1 | ||||
-rw-r--r-- | kaddressbook/winicons.rc | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/kaddressbook/kaddressbook.pro b/kaddressbook/kaddressbook.pro index f93bed0..fbbc026 100644 --- a/kaddressbook/kaddressbook.pro +++ b/kaddressbook/kaddressbook.pro | |||
@@ -1,117 +1,118 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on | 2 | CONFIG = qt warn_on |
3 | TARGET = kapi | 3 | TARGET = kapi |
4 | DESTDIR= ../bin | 4 | DESTDIR= ../bin |
5 | 5 | ||
6 | include( ../variables.pri ) | 6 | include( ../variables.pri ) |
7 | 7 | ||
8 | 8 | ||
9 | INCLUDEPATH += . ./details ./features ./xxport ../libkdepim ../microkde ../microkde/kdecore ../microkde/kutils ../microkde/kio/kfile ../microkde/kio/kio ../microkde/kdeui ../microkde/kresources ../kabc ../ interfaces | 9 | INCLUDEPATH += . ./details ./features ./xxport ../libkdepim ../microkde ../microkde/kdecore ../microkde/kutils ../microkde/kio/kfile ../microkde/kio/kio ../microkde/kdeui ../microkde/kresources ../kabc ../ interfaces |
10 | DEFINES += KAB_EMBEDDED KAB_NOSPLITTER DESKTOP_VERSION | 10 | DEFINES += KAB_EMBEDDED KAB_NOSPLITTER DESKTOP_VERSION |
11 | 11 | ||
12 | unix : { | 12 | unix : { |
13 | LIBS += ../bin/libmicrokdepim.so | 13 | LIBS += ../bin/libmicrokdepim.so |
14 | LIBS += ../bin/libmicrokde.so | 14 | LIBS += ../bin/libmicrokde.so |
15 | LIBS += ../bin/libmicrokabc.so | 15 | LIBS += ../bin/libmicrokabc.so |
16 | LIBS += ../bin/libmicrokcal.so | 16 | LIBS += ../bin/libmicrokcal.so |
17 | #LIBS += -lldap | 17 | #LIBS += -lldap |
18 | OBJECTS_DIR = obj/unix | 18 | OBJECTS_DIR = obj/unix |
19 | MOC_DIR = moc/unix | 19 | MOC_DIR = moc/unix |
20 | } | 20 | } |
21 | win32: { | 21 | win32: { |
22 | RC_FILE = winicons.rc | ||
22 | DEFINES += _WIN32_ | 23 | DEFINES += _WIN32_ |
23 | LIBS += ../bin/microkdepim.lib | 24 | LIBS += ../bin/microkdepim.lib |
24 | LIBS += ../bin/microkcal.lib | 25 | LIBS += ../bin/microkcal.lib |
25 | LIBS += ../bin/microkde.lib | 26 | LIBS += ../bin/microkde.lib |
26 | LIBS += ../bin/microkabc.lib | 27 | LIBS += ../bin/microkabc.lib |
27 | QMAKE_LINK += /NODEFAULTLIB:LIBC | 28 | QMAKE_LINK += /NODEFAULTLIB:LIBC |
28 | OBJECTS_DIR = obj/win | 29 | OBJECTS_DIR = obj/win |
29 | MOC_DIR = moc/win | 30 | MOC_DIR = moc/win |
30 | LIBS += mfc71u.lib | 31 | LIBS += mfc71u.lib |
31 | } | 32 | } |
32 | 33 | ||
33 | 34 | ||
34 | 35 | ||
35 | 36 | ||
36 | 37 | ||
37 | 38 | ||
38 | 39 | ||
39 | 40 | ||
40 | INTERFACES = \ | 41 | INTERFACES = \ |
41 | # filteredit_base.ui \ | 42 | # filteredit_base.ui \ |
42 | # kofilterview_base.ui \ | 43 | # kofilterview_base.ui \ |
43 | 44 | ||
44 | HEADERS = \ | 45 | HEADERS = \ |
45 | features/mergewidget.h \ | 46 | features/mergewidget.h \ |
46 | features/distributionlistwidget.h \ | 47 | features/distributionlistwidget.h \ |
47 | kcmconfigs/addresseewidget.h \ | 48 | kcmconfigs/addresseewidget.h \ |
48 | kcmconfigs/extensionconfigdialog.h \ | 49 | kcmconfigs/extensionconfigdialog.h \ |
49 | kcmconfigs/kcmkabconfig.h \ | 50 | kcmconfigs/kcmkabconfig.h \ |
50 | kcmconfigs/kabconfigwidget.h \ | 51 | kcmconfigs/kabconfigwidget.h \ |
51 | addresseeeditordialog.h \ | 52 | addresseeeditordialog.h \ |
52 | addresseeeditorwidget.h \ | 53 | addresseeeditorwidget.h \ |
53 | addresseditwidget.h \ | 54 | addresseditwidget.h \ |
54 | addresseeconfig.h \ | 55 | addresseeconfig.h \ |
55 | addresseeutil.h \ | 56 | addresseeutil.h \ |
56 | emaileditwidget.h \ | 57 | emaileditwidget.h \ |
57 | filtereditdialog.h \ | 58 | filtereditdialog.h \ |
58 | kaddressbookmain.h \ | 59 | kaddressbookmain.h \ |
59 | kabprefs.h \ | 60 | kabprefs.h \ |
60 | kabcore.h \ | 61 | kabcore.h \ |
61 | viewmanager.h \ | 62 | viewmanager.h \ |
62 | extensionmanager.h \ | 63 | extensionmanager.h \ |
63 | extensionwidget.h \ | 64 | extensionwidget.h \ |
64 | kaddressbookview.h \ | 65 | kaddressbookview.h \ |
65 | geowidget.h \ | 66 | geowidget.h \ |
66 | imagewidget.h \ | 67 | imagewidget.h \ |
67 | incsearchwidget.h \ | 68 | incsearchwidget.h \ |
68 | jumpbuttonbar.h \ | 69 | jumpbuttonbar.h \ |
69 | phoneeditwidget.h \ | 70 | phoneeditwidget.h \ |
70 | secrecywidget.h \ | 71 | secrecywidget.h \ |
71 | keywidget.h \ | 72 | keywidget.h \ |
72 | nameeditdialog.h \ | 73 | nameeditdialog.h \ |
73 | filter.h \ | 74 | filter.h \ |
74 | addviewdialog.h \ | 75 | addviewdialog.h \ |
75 | configurewidget.h \ | 76 | configurewidget.h \ |
76 | viewconfigurewidget.h \ | 77 | viewconfigurewidget.h \ |
77 | viewconfigurefieldspage.h \ | 78 | viewconfigurefieldspage.h \ |
78 | viewconfigurefilterpage.h \ | 79 | viewconfigurefilterpage.h \ |
79 | typecombo.h \ | 80 | typecombo.h \ |
80 | undo.h \ | 81 | undo.h \ |
81 | undocmds.h \ | 82 | undocmds.h \ |
82 | xxportmanager.h \ | 83 | xxportmanager.h \ |
83 | xxportobject.h \ | 84 | xxportobject.h \ |
84 | xxportselectdialog.h \ | 85 | xxportselectdialog.h \ |
85 | details/detailsviewcontainer.h \ | 86 | details/detailsviewcontainer.h \ |
86 | details/look_basic.h \ | 87 | details/look_basic.h \ |
87 | details/look_html.h \ | 88 | details/look_html.h \ |
88 | views/kaddressbookiconview.h \ | 89 | views/kaddressbookiconview.h \ |
89 | views/kaddressbooktableview.h \ | 90 | views/kaddressbooktableview.h \ |
90 | views/kaddressbookcardview.h \ | 91 | views/kaddressbookcardview.h \ |
91 | views/configuretableviewdialog.h \ | 92 | views/configuretableviewdialog.h \ |
92 | views/configurecardviewdialog.h \ | 93 | views/configurecardviewdialog.h \ |
93 | views/cardview.h \ | 94 | views/cardview.h \ |
94 | views/colorlistbox.h \ | 95 | views/colorlistbox.h \ |
95 | views/contactlistview.h \ | 96 | views/contactlistview.h \ |
96 | xxport/vcard_xxport.h \ | 97 | xxport/vcard_xxport.h \ |
97 | xxport/kde2_xxport.h \ | 98 | xxport/kde2_xxport.h \ |
98 | xxport/csv_xxport.h \ | 99 | xxport/csv_xxport.h \ |
99 | xxport/csvimportdialog.h \ | 100 | xxport/csvimportdialog.h \ |
100 | xxport/opie_xxport.h \ | 101 | xxport/opie_xxport.h \ |
101 | xxport/qtopia_xxport.h \ | 102 | xxport/qtopia_xxport.h \ |
102 | xxport/sharpdtm_xxport.h \ | 103 | xxport/sharpdtm_xxport.h \ |
103 | #details/look_details.h \ | 104 | #details/look_details.h \ |
104 | #mainwindoiw.h \ | 105 | #mainwindoiw.h \ |
105 | # alarmclient.h \ | 106 | # alarmclient.h \ |
106 | # calendarview.h \ | 107 | # calendarview.h \ |
107 | # customlistviewitem.h \ | 108 | # customlistviewitem.h \ |
108 | # datenavigator.h | 109 | # datenavigator.h |
109 | 110 | ||
110 | SOURCES = \ | 111 | SOURCES = \ |
111 | addresseeeditordialog.cpp \ | 112 | addresseeeditordialog.cpp \ |
112 | addresseeeditorwidget.cpp \ | 113 | addresseeeditorwidget.cpp \ |
113 | addresseditwidget.cpp \ | 114 | addresseditwidget.cpp \ |
114 | addresseeconfig.cpp \ | 115 | addresseeconfig.cpp \ |
115 | addresseeutil.cpp \ | 116 | addresseeutil.cpp \ |
116 | extensionmanager.cpp \ | 117 | extensionmanager.cpp \ |
117 | features/mergewidget.cpp \ | 118 | features/mergewidget.cpp \ |
diff --git a/kaddressbook/winicons.rc b/kaddressbook/winicons.rc new file mode 100644 index 0000000..0d93636 --- a/dev/null +++ b/kaddressbook/winicons.rc | |||
@@ -0,0 +1,3 @@ | |||
1 | IDI_ICON1 ICON DISCARDABLE "..\bin\winicons\ka1.ico" | ||
2 | IDI_ICON2 ICON DISCARDABLE "..\bin\winicons\ka2.ico" | ||
3 | |||