author | zautrix <zautrix> | 2005-08-17 20:10:36 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-08-17 20:10:36 (UTC) |
commit | c49a7d17b98d59010e88305d8a66f8318b3d4aed (patch) (unidiff) | |
tree | cc2a6b6d38867b5cf46420c59a116ed8abb428c7 | |
parent | 7b85cd21eac504f2004df9f3c2b818cbc1478fc0 (diff) | |
download | kdepimpi-c49a7d17b98d59010e88305d8a66f8318b3d4aed.zip kdepimpi-c49a7d17b98d59010e88305d8a66f8318b3d4aed.tar.gz kdepimpi-c49a7d17b98d59010e88305d8a66f8318b3d4aed.tar.bz2 |
pro file fixes
-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 | |||
@@ -51,5 +51,5 @@ 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 |
@@ -63,5 +63,5 @@ HEADERS = ../outport/msoutl9.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 | } |
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 | |||
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 |
@@ -76,5 +76,5 @@ HEADERS += ../outport/msoutl9.h \ | |||
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 | ||
diff --git a/variables.pri b/variables.pri index 67c144d..4144b8e 100644 --- a/variables.pri +++ b/variables.pri | |||
@@ -9,4 +9,5 @@ CONFIG += release | |||
9 | win32 { | 9 | win32 { |
10 | CONFIG += release | 10 | CONFIG += release |
11 | CONFIG += importol | ||
11 | 12 | ||
12 | } | 13 | } |