summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/reader
authormickeyl <mickeyl>2004-08-25 12:15:50 (UTC)
committer mickeyl <mickeyl>2004-08-25 12:15:50 (UTC)
commita4c678976a3e3fd5afec1a9595a1a80ed621a5e2 (patch) (unidiff)
treee92cd8cc9b21e5efe21579fae2c434770106309f /noncore/apps/opie-reader/reader
parent6e4b80e6ec07587e69ad8a374431097d484079e8 (diff)
downloadopie-a4c678976a3e3fd5afec1a9595a1a80ed621a5e2.zip
opie-a4c678976a3e3fd5afec1a9595a1a80ed621a5e2.tar.gz
opie-a4c678976a3e3fd5afec1a9595a1a80ed621a5e2.tar.bz2
- remove bogus mak and pro files
- fix build order - fix binary name - add bogus include files
Diffstat (limited to 'noncore/apps/opie-reader/reader') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-reader/reader/reader.pro12
1 files changed, 4 insertions, 8 deletions
diff --git a/noncore/apps/opie-reader/reader/reader.pro b/noncore/apps/opie-reader/reader/reader.pro
index 3f56da9..33975ee 100644
--- a/noncore/apps/opie-reader/reader/reader.pro
+++ b/noncore/apps/opie-reader/reader/reader.pro
@@ -41,14 +41,12 @@ HEADERS = Aportis.h \
41 linktype.h \ 41 linktype.h \
42 my_list.h \ 42 my_list.h \
43 names.h \ 43 names.h \
44 ../OREADERINC/opie.h \
45 pdb.h \ 44 pdb.h \
46 plucker.h \ 45 plucker.h \
47 plucker_base.h \ 46 plucker_base.h \
48 ppm.h \ 47 ppm.h \
49 ppm_expander.h \ 48 ppm_expander.h \
50 usenef.h \ 49 usenef.h \
51 ../OREADERINC/useqpe.h \
52 ustring.h \ 50 ustring.h \
53 util.h \ 51 util.h \
54 utypes.h \ 52 utypes.h \
@@ -81,11 +79,9 @@ SOURCES = BuffDoc.cpp \
81 79
82 INTERFACES= 80 INTERFACES=
83 DESTDIR = $(OPIEDIR)/bin 81 DESTDIR = $(OPIEDIR)/bin
84 INCLUDEPATH+= ../OREADERINC $(OPIEDIR)/include 82 INCLUDEPATH+= $(OPIEDIR)/include
85 DEPENDPATH+= ../OREADERINC $(OPIEDIR)/include 83 DEPENDPATH+= $(OPIEDIR)/include
86 TARGET = reader 84 TARGET = opie-reader
87 LIBS += -lopieui2 -lqpe -lreader_codec 85 LIBS += -lopiecore2 -lopieui2 -lqpe -lreader_codec
88
89DEPENDPATH += ../OREADERINC
90 86
91include ( $(OPIEDIR)/include.pro ) 87include ( $(OPIEDIR)/include.pro )