author | zautrix <zautrix> | 2004-06-29 18:49:23 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-06-29 18:49:23 (UTC) |
commit | 827c6e908f416180add40370676b00bee55ce203 (patch) (side-by-side diff) | |
tree | 7a90744e03049c79dbab4d4564441fccfc9478d5 /korganizer | |
parent | 89716064b1e44d76ca169020f9ea8638b3a44a51 (diff) | |
download | kdepimpi-827c6e908f416180add40370676b00bee55ce203.zip kdepimpi-827c6e908f416180add40370676b00bee55ce203.tar.gz kdepimpi-827c6e908f416180add40370676b00bee55ce203.tar.bz2 |
Added one line to pro files to make it linking. Details per mail.
-rw-r--r-- | korganizer/kofilterview_base.cpp | 2 | ||||
-rw-r--r-- | korganizer/korganizerE.pro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/kofilterview_base.cpp b/korganizer/kofilterview_base.cpp index 6709630..2bb8959 100644 --- a/korganizer/kofilterview_base.cpp +++ b/korganizer/kofilterview_base.cpp @@ -1,12 +1,12 @@ /**************************************************************************** ** Form implementation generated from reading ui file 'kofilterview_base.ui' ** -** Created: Sat Jun 26 17:24:07 2004 +** Created: Tue Jun 29 20:36:37 2004 ** by: The User Interface Compiler (uic) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ #include "kofilterview_base.h" #include <qcheckbox.h> #include <qcombobox.h> diff --git a/korganizer/korganizerE.pro b/korganizer/korganizerE.pro index b1179d4..676bc3a 100644 --- a/korganizer/korganizerE.pro +++ b/korganizer/korganizerE.pro @@ -14,17 +14,17 @@ DEFINES += KORG_NOLVALTERNATION LIBS += -lmicrokdepim LIBS += -lmicrokcal LIBS += -lmicrokde LIBS += -lmicroqtcompat LIBS += -lmicrokabc #LIBS += -lmicrokabcwrap LIBS += -lqpe LIBS += -ljpeg -#LIBS += $(QTOPIALIB) +LIBS += $(QTOPIALIB) LIBS += -L$(QPEDIR)/lib INTERFACES = kofilterview_base.ui #filteredit_base.ui HEADERS = \ wordsgerman.h \ filteredit_base.h \ |