summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/reader/reader.pro
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/reader.pro
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/reader.pro') (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
@@ -38,20 +38,18 @@ HEADERS = Aportis.h \
38 config.h \ 38 config.h \
39 fileBrowser.h \ 39 fileBrowser.h \
40 infowin.h \ 40 infowin.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 \
55 version.h \ 53 version.h \
56 ztxt.h 54 ztxt.h
57 55
@@ -78,14 +76,12 @@ SOURCES = BuffDoc.cpp \
78 orkey.cpp \ 76 orkey.cpp \
79 util.cpp \ 77 util.cpp \
80 version.cpp 78 version.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 )