-rw-r--r-- | kdepim-desktop.pro | 5 | ||||
-rw-r--r-- | korganizer/korganizer.pro | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kdepim-desktop.pro b/kdepim-desktop.pro index 6b7dd6b..df1c6cb 100644 --- a/kdepim-desktop.pro +++ b/kdepim-desktop.pro | |||
@@ -1,17 +1,20 @@ | |||
1 | 1 | ||
2 | include( ./variables.pri ) | 2 | include( ./variables.pri ) |
3 | TEMPLATE = subdirs | 3 | TEMPLATE = subdirs |
4 | unix:{ | 4 | unix:{ |
5 | staticlib: { | 5 | staticlib: { |
6 | SUBDIRS += kabc/plugins/file kabc/plugins/dir kabc/plugins/qtopia | 6 | SUBDIRS += kabc/plugins/file kabc/plugins/dir kabc/plugins/qtopia |
7 | } | 7 | } |
8 | } | 8 | } |
9 | SUBDIRS += libical libkcal kabc libkdepim microkde korganizer kaddressbook gammu/emb/common gammu/emb/gammu | 9 | SUBDIRS += libical libkcal kabc libkdepim microkde korganizer kaddressbook |
10 | unix:{ | ||
11 | SUBDIRS += gammu/emb/common gammu/emb/gammu | ||
12 | } | ||
10 | !staticlib: { | 13 | !staticlib: { |
11 | SUBDIRS += kabc/plugins/file kabc/plugins/dir kabc/plugins/qtopia | 14 | SUBDIRS += kabc/plugins/file kabc/plugins/dir kabc/plugins/qtopia |
12 | } | 15 | } |
13 | unix:{ | 16 | unix:{ |
14 | !staticlib: { | 17 | !staticlib: { |
15 | SUBDIRS += libetpan kmicromail/libmailwrapper kmicromail pwmanager/libcrypt/cipher pwmanager/libcrypt/error pwmanager/libcrypt/mpi pwmanager/libcrypt/zlib pwmanager/pwmanager | 18 | SUBDIRS += libetpan kmicromail/libmailwrapper kmicromail pwmanager/libcrypt/cipher pwmanager/libcrypt/error pwmanager/libcrypt/mpi pwmanager/libcrypt/zlib pwmanager/pwmanager |
16 | } | 19 | } |
17 | } | 20 | } |
diff --git a/korganizer/korganizer.pro b/korganizer/korganizer.pro index 32ad10a..bb5f29e 100644 --- a/korganizer/korganizer.pro +++ b/korganizer/korganizer.pro | |||
@@ -51,24 +51,24 @@ DEFINES += _WIN32_ | |||
51 | LIBS += ../bin/microkdepim.lib | 51 | LIBS += ../bin/microkdepim.lib |
52 | LIBS += ../bin/microkcal.lib | 52 | LIBS += ../bin/microkcal.lib |
53 | LIBS += ../bin/microkde.lib | 53 | LIBS += ../bin/microkde.lib |
54 | LIBS += ../bin/microkabc.lib | 54 | LIBS += ../bin/microkabc.lib |
55 | LIBS += ../libical/lib/ical.lib | 55 | LIBS += ../libical/lib/ical.lib |
56 | LIBS += ../libical/lib/icalss.lib | 56 | LIBS += ../libical/lib/icalss.lib |
57 | #LIBS += atls.lib | 57 | #LIBS += atls.lib |
58 | QMAKE_LINK += /NODEFAULTLIB:LIBC | 58 | QMAKE_LINK += /NODEFAULTLIB:LIBC |
59 | QMAKE_LINK += /NODEFAULTLIB:MSVCRT | ||
60 | QMAKE_LINK += /NODEFAULTLIB:uafxcw.lib | ||
61 | OBJECTS_DIR = obj/win | 59 | OBJECTS_DIR = obj/win |
62 | MOC_DIR = moc/win | 60 | MOC_DIR = moc/win |
63 | #olimport section | 61 | #olimport section |
64 | #blabla: { | 62 | #blabla: { |
65 | debug: { | 63 | debug: { |
66 | LIBS += mfc71ud.lib | 64 | LIBS += mfc71ud.lib |
65 | QMAKE_LINK += /NODEFAULTLIB:MSVCRT | ||
66 | QMAKE_LINK += /NODEFAULTLIB:uafxcw.lib | ||
67 | } | 67 | } |
68 | release: { | 68 | release: { |
69 | LIBS += mfc71u.lib | 69 | LIBS += mfc71u.lib |
70 | } | 70 | } |
71 | DEFINES += _OL_IMPORT_ | 71 | DEFINES += _OL_IMPORT_ |
72 | 72 | ||
73 | HEADERS += ../outport/msoutl9.h \ | 73 | HEADERS += ../outport/msoutl9.h \ |
74 | koimportoldialog.h | 74 | koimportoldialog.h |