summaryrefslogtreecommitdiff
authorharlekin <harlekin>2002-07-09 09:14:31 (UTC)
committer harlekin <harlekin>2002-07-09 09:14:31 (UTC)
commitc0d304c69f6c42328472cd1328d9cad7c2ed4dfb (patch) (unidiff)
tree6d1e8134a11d9988121738295aa557dee98bf29d
parent577841e20b5657411194d74a143b0319fc05cda3 (diff)
downloadopie-c0d304c69f6c42328472cd1328d9cad7c2ed4dfb.zip
opie-c0d304c69f6c42328472cd1328d9cad7c2ed4dfb.tar.gz
opie-c0d304c69f6c42328472cd1328d9cad7c2ed4dfb.tar.bz2
fixed pro and control file, does build ipk now
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-reader/opie-reader.control2
-rw-r--r--noncore/apps/opie-reader/opie-reader.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/opie-reader/opie-reader.control b/noncore/apps/opie-reader/opie-reader.control
index 1c28648..92d1faa 100644
--- a/noncore/apps/opie-reader/opie-reader.control
+++ b/noncore/apps/opie-reader/opie-reader.control
@@ -1,9 +1,9 @@
1Files: bin/uqtreader apps/Applications/uqtreader.desktop pics/uqtreader.png pics/panel-arrow-down.png 1Files: bin/reader apps/Applications/opie-reader.desktop pics/opie-reader/*
2Priority: optional 2Priority: optional
3Section: applications 3Section: applications
4Maintainer: Tim Wentford <timwentford@hotmail.com> 4Maintainer: Tim Wentford <timwentford@hotmail.com>
5Architecture: arm 5Architecture: arm
6Version: $QPE_VERSION-$SUB_VERSION 6Version: $QPE_VERSION-$SUB_VERSION
7Depends: zlib 7Depends: zlib
8License: GPL 8License: GPL
9Description: E-Book reader 9Description: E-Book reader
diff --git a/noncore/apps/opie-reader/opie-reader.pro b/noncore/apps/opie-reader/opie-reader.pro
index c4a87a4..5d074c3 100644
--- a/noncore/apps/opie-reader/opie-reader.pro
+++ b/noncore/apps/opie-reader/opie-reader.pro
@@ -1,48 +1,48 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG = qt warn_on release 2 CONFIG = qt warn_on release
3 HEADERS = Aportis.h \ 3 HEADERS = Aportis.h \
4 BuffDoc.h \ 4 BuffDoc.h \
5 CBuffer.h \ 5 CBuffer.h \
6 CExpander.h \ 6 CExpander.h \
7 CFilter.h \ 7 CFilter.h \
8 QTReader.h \ 8 QTReader.h \
9 QTReaderApp.h \ 9 QTReaderApp.h \
10 Text.h \ 10 Text.h \
11 ZText.h \ 11 ZText.h \
12 arith.h \ 12 arith.h \
13 my_list.h \ 13 my_list.h \
14 ppm.h \ 14 ppm.h \
15 ppm_expander.h \ 15 ppm_expander.h \
16 cbkmkselector.h \ 16 cbkmkselector.h \
17 fileBrowser.h \ 17 fileBrowser.h \
18 ztxt.h \ 18 ztxt.h \
19 QtrListView.h \ 19 QtrListView.h \
20 infowin.h \ 20 infowin.h \
21 version.h \ 21 version.h \
22 pdb.h \ 22 pdb.h \
23 utypes.h \ 23 utypes.h \
24 ustring.h \ 24 ustring.h \
25 CEncoding.h \ 25 CEncoding.h \
26 config.h 26 config.h
27 SOURCES = Aportis.cpp \ 27 SOURCES = Aportis.cpp \
28 BuffDoc.cpp \ 28 BuffDoc.cpp \
29 CBuffer.cpp \ 29 CBuffer.cpp \
30 QTReader.cpp \ 30 QTReader.cpp \
31 QTReaderApp.cpp \ 31 QTReaderApp.cpp \
32 arith_d.cpp \ 32 arith_d.cpp \
33 main.cpp \ 33 main.cpp \
34 ppm.cpp \ 34 ppm.cpp \
35 ppm_expander.cpp \ 35 ppm_expander.cpp \
36 ztxt.cpp \ 36 ztxt.cpp \
37 QtrListView.cpp \ 37 QtrListView.cpp \
38 infowin.cpp \ 38 infowin.cpp \
39 pdb.cpp \ 39 pdb.cpp \
40 CEncoding.cpp \ 40 CEncoding.cpp \
41 fileBrowser.cpp 41 fileBrowser.cpp
42 INTERFACES= 42 INTERFACES=
43 DESTDIR = $(OPIEDIR)/bin 43 DESTDIR = $(OPIEDIR)/bin
44 INCLUDEPATH+= $(OPIEDIR)/include 44 INCLUDEPATH+= $(OPIEDIR)/include
45 DEPENDPATH+= $(OPIEDIR)/include 45 DEPENDPATH+= $(OPIEDIR)/include
46 TARGET = uqtreader 46 TARGET = reader
47 LIBS += -lqpe 47 LIBS += -lqpe
48 48