author | kergoth <kergoth> | 2003-01-23 05:19:45 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-23 05:19:45 (UTC) |
commit | dd83300aed861b43c5e1e6c8b633d4119d5d9217 (patch) (unidiff) | |
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 @@ | |||
1 | Files: $QTDIR/lib/libopie.so.1.0.0 $QTDIR/lib/libopie.so.1.0 $QTDIR/lib/libopie.so.1 pics/opie/* | ||
2 | Priority: optional | ||
3 | Section: opie/system | ||
4 | Maintainer: - | ||
5 | Architecture: arm | ||
6 | Version: $QPE_VERSION-$SUB_VERSION | ||
7 | Depends: qt-embedded (>=$QTE_VERSION) | ||
8 | 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 | |||
@@ -77,7 +77,7 @@ SOURCES = ofontmenu.cc \ | |||
77 | 77 | ||
78 | TARGET = opie | 78 | TARGET = opie |
79 | INCLUDEPATH += $(OPIEDIR)/include | 79 | INCLUDEPATH += $(OPIEDIR)/include |
80 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 80 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
81 | #VERSION = 1.0.0 | 81 | #VERSION = 1.0.0 |
82 | 82 | ||
83 | LIBS += -lqpe | 83 | LIBS += -lqpe |
diff --git a/library/library.pro b/library/library.pro index a04d3f0..b0d07b8 100644 --- a/library/library.pro +++ b/library/library.pro | |||
@@ -124,8 +124,7 @@ INCLUDEPATH += $(OPIEDIR)/include backend | |||
124 | LIBS += -ldl -lcrypt -lm | 124 | LIBS += -ldl -lcrypt -lm |
125 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui | 125 | INTERFACES = 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 | ||
131 | TRANSLATIONS = ../i18n/de/libqpe.ts \ | 130 | TRANSLATIONS = ../i18n/de/libqpe.ts \ |