author | zautrix <zautrix> | 2004-07-03 17:35:01 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-07-03 17:35:01 (UTC) |
commit | ea7e837eee78b842fbbf142e933ac173ff51ba66 (patch) (unidiff) | |
tree | aa69ec6f813dfe9844f17a048de5ef4996e7ddfb /kabc | |
parent | 686ca8a266a6c6fde575333457264ab2f090ebac (diff) | |
download | kdepimpi-ea7e837eee78b842fbbf142e933ac173ff51ba66.zip kdepimpi-ea7e837eee78b842fbbf142e933ac173ff51ba66.tar.gz kdepimpi-ea7e837eee78b842fbbf142e933ac173ff51ba66.tar.bz2 |
Added onother OPIEDIR to libs
-rw-r--r-- | kabc/converter/opie/opieconverterE.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kabc/converter/opie/opieconverterE.pro b/kabc/converter/opie/opieconverterE.pro index 0e290f0..85ba28f 100644 --- a/kabc/converter/opie/opieconverterE.pro +++ b/kabc/converter/opie/opieconverterE.pro | |||
@@ -1,31 +1,32 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | INCLUDEPATH += . ../.. ../../../microkde ../../../microkde/kdecore $(QPEDIR)/include $(OPIEDIR)/include | 2 | INCLUDEPATH += . ../.. ../../../microkde ../../../microkde/kdecore $(QPEDIR)/include $(OPIEDIR)/include |
3 | #CONFIG += staticlib | 3 | #CONFIG += staticlib |
4 | OBJECTS_DIR = obj/$(PLATFORM) | 4 | OBJECTS_DIR = obj/$(PLATFORM) |
5 | MOC_DIR = moc/$(PLATFORM) | 5 | MOC_DIR = moc/$(PLATFORM) |
6 | 6 | ||
7 | #for static linkage, put it here | 7 | #for static linkage, put it here |
8 | #DESTDIR=../../lib/$(PLATFORM) | 8 | #DESTDIR=../../lib/$(PLATFORM) |
9 | 9 | ||
10 | #for dynamic linkage, put it here | 10 | #for dynamic linkage, put it here |
11 | DESTDIR=$(QPEDIR)/lib | 11 | DESTDIR=$(QPEDIR)/lib |
12 | 12 | ||
13 | LIBS += -lmicrokde | 13 | LIBS += -lmicrokde |
14 | LIBS += -lmicrokabc | 14 | LIBS += -lmicrokabc |
15 | LIBS += -L$(QPEDIR)/lib | 15 | LIBS += -L$(QPEDIR)/lib |
16 | LIBS += -L$(OPIEDIR)/lib | ||
16 | LIBS += -lopie | 17 | LIBS += -lopie |
17 | LIBS += -lqpe | 18 | LIBS += -lqpe |
18 | LIBS += -lqte | 19 | LIBS += -lqte |
19 | 20 | ||
20 | 21 | ||
21 | TARGET = microkabc_opieconverter | 22 | TARGET = microkabc_opieconverter |
22 | 23 | ||
23 | # Input | 24 | # Input |
24 | 25 | ||
25 | HEADERS += \ | 26 | HEADERS += \ |
26 | opieconverter.h \ | 27 | opieconverter.h \ |
27 | 28 | ||
28 | 29 | ||
29 | SOURCES += \ | 30 | SOURCES += \ |
30 | opieconverter.cpp \ | 31 | opieconverter.cpp \ |
31 | 32 | ||