author | kergoth <kergoth> | 2003-01-23 05:19:45 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-23 05:19:45 (UTC) |
commit | dd83300aed861b43c5e1e6c8b633d4119d5d9217 (patch) (side-by-side diff) | |
tree | 929278e8a58bdf0580fe909c9439e32f34e01b19 | |
parent | 54fca716097f9318c6a9677c90c37a77b81d6824 (diff) | |
download | opie-dd83300aed861b43c5e1e6c8b633d4119d5d9217.zip opie-dd83300aed861b43c5e1e6c8b633d4119d5d9217.tar.gz opie-dd83300aed861b43c5e1e6c8b633d4119d5d9217.tar.bz2 |
opiedir/lib instead of qtdir/lib..
-rw-r--r-- | lib/README | 1 | ||||
-rw-r--r-- | libopie/libopie.control | 8 | ||||
-rw-r--r-- | libopie/libopie.pro | 2 | ||||
-rw-r--r-- | library/library.pro | 3 |
4 files changed, 3 insertions, 11 deletions
diff --git a/lib/README b/lib/README new file mode 100644 index 0000000..48cdce8 --- a/dev/null +++ b/lib/README @@ -0,0 +1 @@ +placeholder diff --git a/libopie/libopie.control b/libopie/libopie.control deleted file mode 100644 index 6bf3883..0000000 --- a/libopie/libopie.control +++ b/dev/null @@ -1,8 +0,0 @@ -Files: $QTDIR/lib/libopie.so.1.0.0 $QTDIR/lib/libopie.so.1.0 $QTDIR/lib/libopie.so.1 pics/opie/* -Priority: optional -Section: opie/system -Maintainer: - -Architecture: arm -Version: $QPE_VERSION-$SUB_VERSION -Depends: qt-embedded (>=$QTE_VERSION) -Description: Opie library diff --git a/libopie/libopie.pro b/libopie/libopie.pro index a2d8faa..799f3b0 100644 --- a/libopie/libopie.pro +++ b/libopie/libopie.pro @@ -76,9 +76,9 @@ SOURCES = ofontmenu.cc \ # pim/otodoaccesssql.cpp \ TARGET = opie INCLUDEPATH += $(OPIEDIR)/include -DESTDIR = $(QTDIR)/lib$(PROJMAK) +DESTDIR = $(OPIEDIR)/lib$(PROJMAK) #VERSION = 1.0.0 LIBS += -lqpe diff --git a/library/library.pro b/library/library.pro index a04d3f0..b0d07b8 100644 --- a/library/library.pro +++ b/library/library.pro @@ -123,10 +123,9 @@ SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp INCLUDEPATH += $(OPIEDIR)/include backend LIBS += -ldl -lcrypt -lm INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui TARGET = qpe -DESTDIR = $(QTDIR)/lib$(PROJMAK) -# This is set by configure$(OPIEDIR). +DESTDIR = $(OPIEDIR)/lib$(PROJMAK) VERSION = 1.5.0.1 TRANSLATIONS = ../i18n/de/libqpe.ts \ ../i18n/xx/libqpe.ts \ |