author | zautrix <zautrix> | 2004-06-29 18:49:23 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-06-29 18:49:23 (UTC) |
commit | 827c6e908f416180add40370676b00bee55ce203 (patch) (unidiff) | |
tree | 7a90744e03049c79dbab4d4564441fccfc9478d5 | |
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-- | kaddressbook/kaddressbookE.pro | 2 | ||||
-rw-r--r-- | korganizer/kofilterview_base.cpp | 2 | ||||
-rw-r--r-- | korganizer/korganizerE.pro | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kaddressbook/kaddressbookE.pro b/kaddressbook/kaddressbookE.pro index 9fbf8ed..577dbf9 100644 --- a/kaddressbook/kaddressbookE.pro +++ b/kaddressbook/kaddressbookE.pro | |||
@@ -22,5 +22,5 @@ LIBS += -lmicrokabc | |||
22 | LIBS += -lqpe | 22 | LIBS += -lqpe |
23 | LIBS += -ljpeg | 23 | LIBS += -ljpeg |
24 | #LIBS += $(QTOPIALIB) | 24 | LIBS += $(QTOPIALIB) |
25 | LIBS += -L$(QPEDIR)/lib | 25 | LIBS += -L$(QPEDIR)/lib |
26 | 26 | ||
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 | |||
@@ -2,5 +2,5 @@ | |||
2 | ** Form implementation generated from reading ui file 'kofilterview_base.ui' | 2 | ** Form implementation generated from reading ui file 'kofilterview_base.ui' |
3 | ** | 3 | ** |
4 | ** Created: Sat Jun 26 17:24:07 2004 | 4 | ** Created: Tue Jun 29 20:36:37 2004 |
5 | ** by: The User Interface Compiler (uic) | 5 | ** by: The User Interface Compiler (uic) |
6 | ** | 6 | ** |
diff --git a/korganizer/korganizerE.pro b/korganizer/korganizerE.pro index b1179d4..676bc3a 100644 --- a/korganizer/korganizerE.pro +++ b/korganizer/korganizerE.pro | |||
@@ -20,5 +20,5 @@ LIBS += -lmicrokabc | |||
20 | LIBS += -lqpe | 20 | LIBS += -lqpe |
21 | LIBS += -ljpeg | 21 | LIBS += -ljpeg |
22 | #LIBS += $(QTOPIALIB) | 22 | LIBS += $(QTOPIALIB) |
23 | LIBS += -L$(QPEDIR)/lib | 23 | LIBS += -L$(QPEDIR)/lib |
24 | 24 | ||