-rw-r--r-- | kaddressbook/kaddressbook.pro | 5 | ||||
-rw-r--r-- | korganizer/korganizer.pro | 5 | ||||
-rw-r--r-- | variables.pri | 4 |
3 files changed, 10 insertions, 4 deletions
diff --git a/kaddressbook/kaddressbook.pro b/kaddressbook/kaddressbook.pro index 3386ffe..233839f 100644 --- a/kaddressbook/kaddressbook.pro +++ b/kaddressbook/kaddressbook.pro | |||
@@ -12,6 +12,7 @@ DEFINES += KAB_EMBEDDED KAB_NOSPLITTER DESKTOP_VERSION | |||
12 | unix : { | 12 | unix : { |
13 | 13 | ||
14 | staticlib: { | 14 | staticlib: { |
15 | TARGET = kapi_linux | ||
15 | LIBS += ../bin/libmicrokabc_qtopia.a | 16 | LIBS += ../bin/libmicrokabc_qtopia.a |
16 | LIBS += ../bin/libmicrokabc_file.a | 17 | LIBS += ../bin/libmicrokabc_file.a |
17 | LIBS += ../bin/libmicrokabc_dir.a | 18 | LIBS += ../bin/libmicrokabc_dir.a |
@@ -62,8 +63,10 @@ HEADERS = ../outport/msoutl9.h \ | |||
62 | kaimportoldialog.h | 63 | kaimportoldialog.h |
63 | SOURCES = ../outport/msoutl9.cpp \ | 64 | SOURCES = ../outport/msoutl9.cpp \ |
64 | kaimportoldialog.cpp | 65 | kaimportoldialog.cpp |
65 | } | ||
66 | #olimport section end | 66 | #olimport section end |
67 | } else { | ||
68 | TARGET = kapi_me | ||
69 | } | ||
67 | } | 70 | } |
68 | 71 | ||
69 | INTERFACES = \ | 72 | INTERFACES = \ |
diff --git a/korganizer/korganizer.pro b/korganizer/korganizer.pro index 0750083..50443ef 100644 --- a/korganizer/korganizer.pro +++ b/korganizer/korganizer.pro | |||
@@ -16,6 +16,7 @@ DEFINES += KORG_NOLVALTERNATION | |||
16 | DEFINES += DESKTOP_VERSION | 16 | DEFINES += DESKTOP_VERSION |
17 | unix : { | 17 | unix : { |
18 | staticlib: { | 18 | staticlib: { |
19 | TARGET = kopi_linux | ||
19 | LIBS += ../bin/libmicrokabc_qtopia.a | 20 | LIBS += ../bin/libmicrokabc_qtopia.a |
20 | LIBS += ../bin/libmicrokabc_file.a | 21 | LIBS += ../bin/libmicrokabc_file.a |
21 | LIBS += ../bin/libmicrokabc_dir.a | 22 | LIBS += ../bin/libmicrokabc_dir.a |
@@ -75,8 +76,10 @@ HEADERS += ../outport/msoutl9.h \ | |||
75 | 76 | ||
76 | SOURCES += ../outport/msoutl9.cpp \ | 77 | SOURCES += ../outport/msoutl9.cpp \ |
77 | koimportoldialog.cpp | 78 | koimportoldialog.cpp |
78 | } | ||
79 | #olimport section end | 79 | #olimport section end |
80 | } else { | ||
81 | TARGET = kopi_me | ||
82 | } | ||
80 | 83 | ||
81 | } | 84 | } |
82 | 85 | ||
diff --git a/variables.pri b/variables.pri index 4144b8e..5d3b6cb 100644 --- a/variables.pri +++ b/variables.pri | |||
@@ -2,13 +2,13 @@ | |||
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 | ||
6 | #for statically linking | 5 | #for statically linking |
7 | #CONFIG += staticlib | 6 | #CONFIG += staticlib |
8 | } | 7 | } |
9 | win32 { | 8 | win32 { |
10 | CONFIG += release | 9 | #disable importol to make it running on windows ME/98 |
11 | CONFIG += importol | 10 | CONFIG += importol |
12 | 11 | ||
13 | } | 12 | } |
14 | CONFIG += thread | 13 | CONFIG += thread |
14 | CONFIG += release | ||