summaryrefslogtreecommitdiff
path: root/library
authorkergoth <kergoth>2003-01-23 05:19:45 (UTC)
committer kergoth <kergoth>2003-01-23 05:19:45 (UTC)
commitdd83300aed861b43c5e1e6c8b633d4119d5d9217 (patch) (unidiff)
tree929278e8a58bdf0580fe909c9439e32f34e01b19 /library
parent54fca716097f9318c6a9677c90c37a77b81d6824 (diff)
downloadopie-dd83300aed861b43c5e1e6c8b633d4119d5d9217.zip
opie-dd83300aed861b43c5e1e6c8b633d4119d5d9217.tar.gz
opie-dd83300aed861b43c5e1e6c8b633d4119d5d9217.tar.bz2
opiedir/lib instead of qtdir/lib..
Diffstat (limited to 'library') (more/less context) (ignore whitespace changes)
-rw-r--r--library/library.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/library/library.pro b/library/library.pro
index a04d3f0..b0d07b8 100644
--- a/library/library.pro
+++ b/library/library.pro
@@ -121,14 +121,13 @@ SOURCES = calendar.cpp \
121HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h 121HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h
122SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp 122SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp
123INCLUDEPATH += $(OPIEDIR)/include backend 123INCLUDEPATH += $(OPIEDIR)/include backend
124 LIBS += -ldl -lcrypt -lm 124 LIBS += -ldl -lcrypt -lm
125INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui 125INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui
126 TARGET = qpe 126 TARGET = qpe
127 DESTDIR = $(QTDIR)/lib$(PROJMAK) 127 DESTDIR = $(OPIEDIR)/lib$(PROJMAK)
128# This is set by configure$(OPIEDIR).
129 VERSION = 1.5.0.1 128 VERSION = 1.5.0.1
130 129
131TRANSLATIONS = ../i18n/de/libqpe.ts \ 130TRANSLATIONS = ../i18n/de/libqpe.ts \
132 ../i18n/xx/libqpe.ts \ 131 ../i18n/xx/libqpe.ts \
133 ../i18n/en/libqpe.ts \ 132 ../i18n/en/libqpe.ts \
134 ../i18n/es/libqpe.ts \ 133 ../i18n/es/libqpe.ts \