author | zecke <zecke> | 2003-04-20 18:33:52 (UTC) |
---|---|---|
committer | zecke <zecke> | 2003-04-20 18:33:52 (UTC) |
commit | dd21554327e3e2498e148c7309a842cd17b96fcb (patch) (unidiff) | |
tree | b392b1730d3182206686d849ed5a48c2fc9f0d61 | |
parent | e8255ae4a8582fdfade1e04d06b398bc8e16b70f (diff) | |
download | opie-dd21554327e3e2498e148c7309a842cd17b96fcb.zip opie-dd21554327e3e2498e148c7309a842cd17b96fcb.tar.gz opie-dd21554327e3e2498e148c7309a842cd17b96fcb.tar.bz2 |
opie-lupdate
-rw-r--r-- | core/apps/helpbrowser/helpbrowser.pro | 2 | ||||
-rw-r--r-- | libopie/libopie.pro | 1 | ||||
-rw-r--r-- | noncore/net/ftplib/ftplib.pro | 2 | ||||
-rw-r--r-- | noncore/net/opieirc/opieirc.pro | 2 |
4 files changed, 4 insertions, 3 deletions
diff --git a/core/apps/helpbrowser/helpbrowser.pro b/core/apps/helpbrowser/helpbrowser.pro index a395959..6bb43bd 100644 --- a/core/apps/helpbrowser/helpbrowser.pro +++ b/core/apps/helpbrowser/helpbrowser.pro | |||
@@ -8,7 +8,7 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | INTERFACES= | 10 | INTERFACES= |
11 | 11 | TARGET = helpbrowser | |
12 | TRANSLATIONS = ../../../i18n/de/helpbrowser.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/helpbrowser.ts \ |
13 | ../../../i18n/nl/helpbrowser.ts \ | 13 | ../../../i18n/nl/helpbrowser.ts \ |
14 | ../../../i18n/xx/helpbrowser.ts \ | 14 | ../../../i18n/xx/helpbrowser.ts \ |
diff --git a/libopie/libopie.pro b/libopie/libopie.pro index 21b8e29..5550c20 100644 --- a/libopie/libopie.pro +++ b/libopie/libopie.pro | |||
@@ -96,6 +96,7 @@ LIBS += -lqpe | |||
96 | # LIBS += -lopiesql | 96 | # LIBS += -lopiesql |
97 | 97 | ||
98 | INTERFACES = otimepickerbase.ui orecurrancebase.ui | 98 | INTERFACES = otimepickerbase.ui orecurrancebase.ui |
99 | TARGET = opie | ||
99 | 100 | ||
100 | TRANSLATIONS = ../i18n/de/libopie.ts \ | 101 | TRANSLATIONS = ../i18n/de/libopie.ts \ |
101 | ../i18n/nl/libopie.ts \ | 102 | ../i18n/nl/libopie.ts \ |
diff --git a/noncore/net/ftplib/ftplib.pro b/noncore/net/ftplib/ftplib.pro index a36c5d7..25f0110 100644 --- a/noncore/net/ftplib/ftplib.pro +++ b/noncore/net/ftplib/ftplib.pro | |||
@@ -4,7 +4,7 @@ HEADERS = ftplib.h | |||
4 | SOURCES = ftplib.c | 4 | SOURCES = ftplib.c |
5 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) | 5 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
6 | INTERFACES = | 6 | INTERFACES = |
7 | 7 | TARGET = ftplib | |
8 | 8 | ||
9 | 9 | ||
10 | include ( $(OPIEDIR)/include.pro ) | 10 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/net/opieirc/opieirc.pro b/noncore/net/opieirc/opieirc.pro index 37a6e85..8b09e18 100644 --- a/noncore/net/opieirc/opieirc.pro +++ b/noncore/net/opieirc/opieirc.pro | |||
@@ -21,7 +21,7 @@ SOURCES = ircchannel.cpp ircconnection.cpp \ | |||
21 | INCLUDEPATH += $(OPIEDIR)/include | 21 | INCLUDEPATH += $(OPIEDIR)/include |
22 | DEPENDPATH+= $(OPIEDIR)/include | 22 | DEPENDPATH+= $(OPIEDIR)/include |
23 | LIBS += -lqpe -lopie | 23 | LIBS += -lqpe -lopie |
24 | 24 | TARGET = opieirc | |
25 | 25 | ||
26 | 26 | ||
27 | 27 | ||