summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--kaddressbook/kaddressbook.pro1
-rw-r--r--kaddressbook/winicons.rc3
-rw-r--r--korganizer/korganizer.pro1
-rw-r--r--microkde/microkde.pro1
-rw-r--r--microkde/microkdeE.pro1
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
10DEFINES += KAB_EMBEDDED KAB_NOSPLITTER DESKTOP_VERSION 10DEFINES += KAB_EMBEDDED KAB_NOSPLITTER DESKTOP_VERSION
11 11
12unix : { 12unix : {
13LIBS += ../bin/libmicrokdepim.so 13LIBS += ../bin/libmicrokdepim.so
14LIBS += ../bin/libmicrokde.so 14LIBS += ../bin/libmicrokde.so
15LIBS += ../bin/libmicrokabc.so 15LIBS += ../bin/libmicrokabc.so
16LIBS += ../bin/libmicrokcal.so 16LIBS += ../bin/libmicrokcal.so
17#LIBS += -lldap 17#LIBS += -lldap
18OBJECTS_DIR = obj/unix 18OBJECTS_DIR = obj/unix
19MOC_DIR = moc/unix 19MOC_DIR = moc/unix
20} 20}
21win32: { 21win32: {
22RC_FILE = winicons.rc
22DEFINES += _WIN32_ 23DEFINES += _WIN32_
23LIBS += ../bin/microkdepim.lib 24LIBS += ../bin/microkdepim.lib
24LIBS += ../bin/microkcal.lib 25LIBS += ../bin/microkcal.lib
25LIBS += ../bin/microkde.lib 26LIBS += ../bin/microkde.lib
26LIBS += ../bin/microkabc.lib 27LIBS += ../bin/microkabc.lib
27QMAKE_LINK += /NODEFAULTLIB:LIBC 28QMAKE_LINK += /NODEFAULTLIB:LIBC
28OBJECTS_DIR = obj/win 29OBJECTS_DIR = obj/win
29MOC_DIR = moc/win 30MOC_DIR = moc/win
30LIBS += mfc71u.lib 31LIBS += 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 @@
1IDI_ICON1 ICON DISCARDABLE "..\bin\winicons\ka1.ico"
2IDI_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 : {
18LIBS += ../bin/libmicrokdepim.so 18LIBS += ../bin/libmicrokdepim.so
19LIBS += ../bin/libmicrokcal.so 19LIBS += ../bin/libmicrokcal.so
20LIBS += ../bin/libmicrokde.so 20LIBS += ../bin/libmicrokde.so
21LIBS += ../bin/libmicrokabc.so 21LIBS += ../bin/libmicrokabc.so
22#LIBS += -lbluetooth 22#LIBS += -lbluetooth
23#LIBS += -lsdp 23#LIBS += -lsdp
24 24
25#LIBS += -lldap 25#LIBS += -lldap
26OBJECTS_DIR = obj/unix 26OBJECTS_DIR = obj/unix
27MOC_DIR = moc/unix 27MOC_DIR = moc/unix
28} 28}
29win32: { 29win32: {
30RC_FILE = winicons.rc
30DEFINES += _WIN32_ 31DEFINES += _WIN32_
31LIBS += ../bin/microkdepim.lib 32LIBS += ../bin/microkdepim.lib
32LIBS += ../bin/microkcal.lib 33LIBS += ../bin/microkcal.lib
33LIBS += ../bin/microkde.lib 34LIBS += ../bin/microkde.lib
34LIBS += ../bin/microkabc.lib 35LIBS += ../bin/microkabc.lib
35LIBS += ../libical/lib/ical.lib 36LIBS += ../libical/lib/ical.lib
36LIBS += ../libical/lib/icalss.lib 37LIBS += ../libical/lib/icalss.lib
37#LIBS += atls.lib 38#LIBS += atls.lib
38LIBS += mfc71u.lib 39LIBS += mfc71u.lib
39QMAKE_LINK += /NODEFAULTLIB:LIBC 40QMAKE_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 \
61osmartpointer.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 \
57osmartpointer.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 \