-rw-r--r-- | kaddressbook/kaddressbook.pro | 4 | ||||
-rw-r--r-- | korganizer/korganizer.pro | 4 | ||||
-rw-r--r-- | variables.pri | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/kaddressbook/kaddressbook.pro b/kaddressbook/kaddressbook.pro index f9d22d5..3386ffe 100644 --- a/kaddressbook/kaddressbook.pro +++ b/kaddressbook/kaddressbook.pro | |||
@@ -41,37 +41,37 @@ MOC_DIR = moc/unix | |||
41 | } | 41 | } |
42 | win32: { | 42 | win32: { |
43 | RC_FILE = winicons.rc | 43 | RC_FILE = winicons.rc |
44 | DEFINES += _WIN32_ | 44 | DEFINES += _WIN32_ |
45 | LIBS += ../bin/microkdepim.lib | 45 | LIBS += ../bin/microkdepim.lib |
46 | LIBS += ../bin/microkcal.lib | 46 | LIBS += ../bin/microkcal.lib |
47 | LIBS += ../bin/microkde.lib | 47 | LIBS += ../bin/microkde.lib |
48 | LIBS += ../bin/microkabc.lib | 48 | LIBS += ../bin/microkabc.lib |
49 | QMAKE_LINK += /NODEFAULTLIB:LIBC | 49 | QMAKE_LINK += /NODEFAULTLIB:LIBC |
50 | OBJECTS_DIR = obj/win | 50 | OBJECTS_DIR = obj/win |
51 | MOC_DIR = moc/win | 51 | MOC_DIR = moc/win |
52 | #olimport section | 52 | #olimport section |
53 | #blabla: { | 53 | importol { |
54 | debug: { | 54 | debug: { |
55 | LIBS += mfc71ud.lib | 55 | LIBS += mfc71ud.lib |
56 | } | 56 | } |
57 | release: { | 57 | release: { |
58 | LIBS += mfc71u.lib | 58 | LIBS += mfc71u.lib |
59 | } | 59 | } |
60 | DEFINES += _OL_IMPORT_ | 60 | DEFINES += _OL_IMPORT_ |
61 | HEADERS = ../outport/msoutl9.h \ | 61 | HEADERS = ../outport/msoutl9.h \ |
62 | kaimportoldialog.h | 62 | kaimportoldialog.h |
63 | SOURCES = ../outport/msoutl9.cpp \ | 63 | SOURCES = ../outport/msoutl9.cpp \ |
64 | kaimportoldialog.cpp | 64 | kaimportoldialog.cpp |
65 | #} | 65 | } |
66 | #olimport section end | 66 | #olimport section end |
67 | } | 67 | } |
68 | 68 | ||
69 | INTERFACES = \ | 69 | INTERFACES = \ |
70 | # filteredit_base.ui \ | 70 | # filteredit_base.ui \ |
71 | # kofilterview_base.ui \ | 71 | # kofilterview_base.ui \ |
72 | 72 | ||
73 | HEADERS += \ | 73 | HEADERS += \ |
74 | features/mergewidget.h \ | 74 | features/mergewidget.h \ |
75 | features/distributionlistwidget.h \ | 75 | features/distributionlistwidget.h \ |
76 | kcmconfigs/addresseewidget.h \ | 76 | kcmconfigs/addresseewidget.h \ |
77 | kcmconfigs/extensionconfigdialog.h \ | 77 | kcmconfigs/extensionconfigdialog.h \ |
diff --git a/korganizer/korganizer.pro b/korganizer/korganizer.pro index bb5f29e..0750083 100644 --- a/korganizer/korganizer.pro +++ b/korganizer/korganizer.pro | |||
@@ -50,41 +50,41 @@ RC_FILE = winicons.rc | |||
50 | DEFINES += _WIN32_ | 50 | 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 | OBJECTS_DIR = obj/win | 59 | OBJECTS_DIR = obj/win |
60 | MOC_DIR = moc/win | 60 | MOC_DIR = moc/win |
61 | #olimport section | 61 | #olimport section |
62 | #blabla: { | 62 | importol: { |
63 | debug: { | 63 | debug: { |
64 | LIBS += mfc71ud.lib | 64 | LIBS += mfc71ud.lib |
65 | QMAKE_LINK += /NODEFAULTLIB:MSVCRT | 65 | QMAKE_LINK += /NODEFAULTLIB:MSVCRT |
66 | QMAKE_LINK += /NODEFAULTLIB:uafxcw.lib | 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 |
75 | 75 | ||
76 | SOURCES += ../outport/msoutl9.cpp \ | 76 | SOURCES += ../outport/msoutl9.cpp \ |
77 | koimportoldialog.cpp | 77 | koimportoldialog.cpp |
78 | #} | 78 | } |
79 | #olimport section end | 79 | #olimport section end |
80 | 80 | ||
81 | } | 81 | } |
82 | 82 | ||
83 | 83 | ||
84 | INTERFACES = kofilterview_base.ui | 84 | INTERFACES = kofilterview_base.ui |
85 | #filteredit_base.ui | 85 | #filteredit_base.ui |
86 | 86 | ||
87 | # kdateedit.h \ | 87 | # kdateedit.h \ |
88 | 88 | ||
89 | HEADERS += datenavigatorcontainer.h \ | 89 | HEADERS += datenavigatorcontainer.h \ |
90 | filteredit_base.h \ | 90 | filteredit_base.h \ |
diff --git a/variables.pri b/variables.pri index 67c144d..4144b8e 100644 --- a/variables.pri +++ b/variables.pri | |||
@@ -1,13 +1,14 @@ | |||
1 | 1 | ||
2 | # variables settings for compilation for Linux desktop and Qt 3.x.x | 2 | # variables settings for compilation for Linux desktop and Qt 3.x.x |
3 | 3 | ||
4 | unix { | 4 | unix { |
5 | CONFIG += release | 5 | CONFIG += release |
6 | #for statically linking | 6 | #for statically linking |
7 | #CONFIG += staticlib | 7 | #CONFIG += staticlib |
8 | } | 8 | } |
9 | win32 { | 9 | win32 { |
10 | CONFIG += release | 10 | CONFIG += release |
11 | CONFIG += importol | ||
11 | 12 | ||
12 | } | 13 | } |
13 | CONFIG += thread | 14 | CONFIG += thread |