-rw-r--r-- | kaddressbook/kaddressbook.pro | 1 | ||||
-rw-r--r-- | kaddressbook/winicons.rc | 3 | ||||
-rw-r--r-- | korganizer/korganizer.pro | 1 | ||||
-rw-r--r-- | microkde/microkde.pro | 1 | ||||
-rw-r--r-- | microkde/microkdeE.pro | 1 |
5 files changed, 5 insertions, 2 deletions
diff --git a/kaddressbook/kaddressbook.pro b/kaddressbook/kaddressbook.pro index f93bed0..fbbc026 100644 --- a/kaddressbook/kaddressbook.pro +++ b/kaddressbook/kaddressbook.pro | |||
@@ -10,24 +10,25 @@ INCLUDEPATH += . ./details ./features ./xxport ../libkdepim ../microkde ../mic | |||
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 | ||
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 | |||
diff --git a/korganizer/korganizer.pro b/korganizer/korganizer.pro index b17743d..2816c6e 100644 --- a/korganizer/korganizer.pro +++ b/korganizer/korganizer.pro | |||
@@ -18,24 +18,25 @@ unix : { | |||
18 | LIBS += ../bin/libmicrokdepim.so | 18 | LIBS += ../bin/libmicrokdepim.so |
19 | LIBS += ../bin/libmicrokcal.so | 19 | LIBS += ../bin/libmicrokcal.so |
20 | LIBS += ../bin/libmicrokde.so | 20 | LIBS += ../bin/libmicrokde.so |
21 | LIBS += ../bin/libmicrokabc.so | 21 | LIBS += ../bin/libmicrokabc.so |
22 | #LIBS += -lbluetooth | 22 | #LIBS += -lbluetooth |
23 | #LIBS += -lsdp | 23 | #LIBS += -lsdp |
24 | 24 | ||
25 | #LIBS += -lldap | 25 | #LIBS += -lldap |
26 | OBJECTS_DIR = obj/unix | 26 | OBJECTS_DIR = obj/unix |
27 | MOC_DIR = moc/unix | 27 | MOC_DIR = moc/unix |
28 | } | 28 | } |
29 | win32: { | 29 | win32: { |
30 | RC_FILE = winicons.rc | ||
30 | DEFINES += _WIN32_ | 31 | DEFINES += _WIN32_ |
31 | LIBS += ../bin/microkdepim.lib | 32 | LIBS += ../bin/microkdepim.lib |
32 | LIBS += ../bin/microkcal.lib | 33 | LIBS += ../bin/microkcal.lib |
33 | LIBS += ../bin/microkde.lib | 34 | LIBS += ../bin/microkde.lib |
34 | LIBS += ../bin/microkabc.lib | 35 | LIBS += ../bin/microkabc.lib |
35 | LIBS += ../libical/lib/ical.lib | 36 | LIBS += ../libical/lib/ical.lib |
36 | LIBS += ../libical/lib/icalss.lib | 37 | LIBS += ../libical/lib/icalss.lib |
37 | #LIBS += atls.lib | 38 | #LIBS += atls.lib |
38 | LIBS += mfc71u.lib | 39 | LIBS += mfc71u.lib |
39 | QMAKE_LINK += /NODEFAULTLIB:LIBC | 40 | QMAKE_LINK += /NODEFAULTLIB:LIBC |
40 | #QMAKE_LINK += /NODEFAULTLIB:MSVCRT | 41 | #QMAKE_LINK += /NODEFAULTLIB:MSVCRT |
41 | #QMAKE_LINK += /NODEFAULTLIB:uafxcw.lib | 42 | #QMAKE_LINK += /NODEFAULTLIB:uafxcw.lib |
diff --git a/microkde/microkde.pro b/microkde/microkde.pro index c58e184..9016260 100644 --- a/microkde/microkde.pro +++ b/microkde/microkde.pro | |||
@@ -49,25 +49,24 @@ KDGanttMinimizeSplitter.h \ | |||
49 | knotifyclient.h \ | 49 | knotifyclient.h \ |
50 | kprinter.h \ | 50 | kprinter.h \ |
51 | kprocess.h \ | 51 | kprocess.h \ |
52 | krestrictedline.h \ | 52 | krestrictedline.h \ |
53 | krun.h \ | 53 | krun.h \ |
54 | ksimpleconfig.h \ | 54 | ksimpleconfig.h \ |
55 | kstaticdeleter.h \ | 55 | kstaticdeleter.h \ |
56 | ksystemtray.h \ | 56 | ksystemtray.h \ |
57 | ktempfile.h \ | 57 | ktempfile.h \ |
58 | ktextedit.h \ | 58 | ktextedit.h \ |
59 | kunload.h \ | 59 | kunload.h \ |
60 | kurl.h \ | 60 | kurl.h \ |
61 | osmartpointer.h \ | ||
62 | kdeui/kguiitem.h \ | 61 | kdeui/kguiitem.h \ |
63 | kdeui/kcmodule.h \ | 62 | kdeui/kcmodule.h \ |
64 | kdeui/kbuttonbox.h \ | 63 | kdeui/kbuttonbox.h \ |
65 | kdeui/klistbox.h \ | 64 | kdeui/klistbox.h \ |
66 | kdeui/klistview.h \ | 65 | kdeui/klistview.h \ |
67 | kdeui/kjanuswidget.h \ | 66 | kdeui/kjanuswidget.h \ |
68 | kdeui/kseparator.h \ | 67 | kdeui/kseparator.h \ |
69 | kdeui/knuminput.h \ | 68 | kdeui/knuminput.h \ |
70 | kdeui/knumvalidator.h \ | 69 | kdeui/knumvalidator.h \ |
71 | kdeui/ksqueezedtextlabel.h \ | 70 | kdeui/ksqueezedtextlabel.h \ |
72 | kio/job.h \ | 71 | kio/job.h \ |
73 | kio/kio/kdirwatch.h \ | 72 | kio/kio/kdirwatch.h \ |
diff --git a/microkde/microkdeE.pro b/microkde/microkdeE.pro index e5648ec..5aa3571 100644 --- a/microkde/microkdeE.pro +++ b/microkde/microkdeE.pro | |||
@@ -45,25 +45,24 @@ KDGanttMinimizeSplitter.h \ | |||
45 | kprocess.h \ | 45 | kprocess.h \ |
46 | krestrictedline.h \ | 46 | krestrictedline.h \ |
47 | krun.h \ | 47 | krun.h \ |
48 | ksimpleconfig.h \ | 48 | ksimpleconfig.h \ |
49 | kstaticdeleter.h \ | 49 | kstaticdeleter.h \ |
50 | ksystemtray.h \ | 50 | ksystemtray.h \ |
51 | ktempfile.h \ | 51 | ktempfile.h \ |
52 | ktextedit.h \ | 52 | ktextedit.h \ |
53 | kunload.h \ | 53 | kunload.h \ |
54 | kurl.h \ | 54 | kurl.h \ |
55 | ofileselector_p.h \ | 55 | ofileselector_p.h \ |
56 | ofontselector.h \ | 56 | ofontselector.h \ |
57 | osmartpointer.h \ | ||
58 | kdeui/kguiitem.h \ | 57 | kdeui/kguiitem.h \ |
59 | kdeui/kaction.h \ | 58 | kdeui/kaction.h \ |
60 | kdeui/kactionclasses.h \ | 59 | kdeui/kactionclasses.h \ |
61 | kdeui/kactioncollection.h \ | 60 | kdeui/kactioncollection.h \ |
62 | kdeui/kcmodule.h \ | 61 | kdeui/kcmodule.h \ |
63 | kdeui/kstdaction.h \ | 62 | kdeui/kstdaction.h \ |
64 | kdeui/kbuttonbox.h \ | 63 | kdeui/kbuttonbox.h \ |
65 | kdeui/klistbox.h \ | 64 | kdeui/klistbox.h \ |
66 | kdeui/klistview.h \ | 65 | kdeui/klistview.h \ |
67 | kdeui/kjanuswidget.h \ | 66 | kdeui/kjanuswidget.h \ |
68 | kdeui/kseparator.h \ | 67 | kdeui/kseparator.h \ |
69 | kdeui/kmainwindow.h \ | 68 | kdeui/kmainwindow.h \ |