summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--kaddressbook/kaddressbook.pro4
-rw-r--r--korganizer/korganizer.pro4
-rw-r--r--variables.pri1
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
@@ -51,5 +51,5 @@ OBJECTS_DIR = obj/win
51MOC_DIR = moc/win 51MOC_DIR = moc/win
52#olimport section 52#olimport section
53#blabla: { 53importol {
54debug: { 54debug: {
55LIBS += mfc71ud.lib 55LIBS += mfc71ud.lib
@@ -63,5 +63,5 @@ HEADERS = ../outport/msoutl9.h \
63SOURCES = ../outport/msoutl9.cpp \ 63SOURCES = ../outport/msoutl9.cpp \
64 kaimportoldialog.cpp 64 kaimportoldialog.cpp
65#} 65}
66#olimport section end 66#olimport section end
67} 67}
diff --git a/korganizer/korganizer.pro b/korganizer/korganizer.pro
index bb5f29e..0750083 100644
--- a/korganizer/korganizer.pro
+++ b/korganizer/korganizer.pro
@@ -60,5 +60,5 @@ OBJECTS_DIR = obj/win
60MOC_DIR = moc/win 60MOC_DIR = moc/win
61#olimport section 61#olimport section
62#blabla: { 62importol: {
63debug: { 63debug: {
64LIBS += mfc71ud.lib 64LIBS += mfc71ud.lib
@@ -76,5 +76,5 @@ HEADERS += ../outport/msoutl9.h \
76SOURCES += ../outport/msoutl9.cpp \ 76SOURCES += ../outport/msoutl9.cpp \
77 koimportoldialog.cpp 77 koimportoldialog.cpp
78#} 78}
79#olimport section end 79#olimport section end
80 80
diff --git a/variables.pri b/variables.pri
index 67c144d..4144b8e 100644
--- a/variables.pri
+++ b/variables.pri
@@ -9,4 +9,5 @@ CONFIG += release
9win32 { 9win32 {
10CONFIG += release 10CONFIG += release
11CONFIG += importol
11 12
12} 13}