summaryrefslogtreecommitdiffabout
authorzautrix <zautrix>2004-06-29 18:49:23 (UTC)
committer zautrix <zautrix>2004-06-29 18:49:23 (UTC)
commit827c6e908f416180add40370676b00bee55ce203 (patch) (unidiff)
tree7a90744e03049c79dbab4d4564441fccfc9478d5
parent89716064b1e44d76ca169020f9ea8638b3a44a51 (diff)
downloadkdepimpi-827c6e908f416180add40370676b00bee55ce203.zip
kdepimpi-827c6e908f416180add40370676b00bee55ce203.tar.gz
kdepimpi-827c6e908f416180add40370676b00bee55ce203.tar.bz2
Added one line to pro files to make it linking. Details per mail.
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--kaddressbook/kaddressbookE.pro2
-rw-r--r--korganizer/kofilterview_base.cpp2
-rw-r--r--korganizer/korganizerE.pro2
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
@@ -21,7 +21,7 @@ LIBS += -lmicroqtcompat
21LIBS += -lmicrokabc 21LIBS += -lmicrokabc
22LIBS += -lqpe 22LIBS += -lqpe
23LIBS += -ljpeg 23LIBS += -ljpeg
24#LIBS += $(QTOPIALIB) 24LIBS += $(QTOPIALIB)
25LIBS += -L$(QPEDIR)/lib 25LIBS += -L$(QPEDIR)/lib
26 26
27INTERFACES = \ 27INTERFACES = \
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,7 +1,7 @@
1/**************************************************************************** 1/****************************************************************************
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**
7** WARNING! All changes made in this file will be lost! 7** WARNING! All changes made in this file will be lost!
diff --git a/korganizer/korganizerE.pro b/korganizer/korganizerE.pro
index b1179d4..676bc3a 100644
--- a/korganizer/korganizerE.pro
+++ b/korganizer/korganizerE.pro
@@ -19,7 +19,7 @@ LIBS += -lmicrokabc
19#LIBS += -lmicrokabcwrap 19#LIBS += -lmicrokabcwrap
20LIBS += -lqpe 20LIBS += -lqpe
21LIBS += -ljpeg 21LIBS += -ljpeg
22#LIBS += $(QTOPIALIB) 22LIBS += $(QTOPIALIB)
23LIBS += -L$(QPEDIR)/lib 23LIBS += -L$(QPEDIR)/lib
24 24
25INTERFACES = kofilterview_base.ui 25INTERFACES = kofilterview_base.ui