-rw-r--r-- | korganizer/korganizer.pro | 5 |
1 files changed, 4 insertions, 1 deletions
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 | ||