summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/opie-reader.pro
Unidiff
Diffstat (limited to 'noncore/apps/opie-reader/opie-reader.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-reader/opie-reader.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/opie-reader/opie-reader.pro b/noncore/apps/opie-reader/opie-reader.pro
index aae9a01..409f9c7 100644
--- a/noncore/apps/opie-reader/opie-reader.pro
+++ b/noncore/apps/opie-reader/opie-reader.pro
@@ -29,49 +29,49 @@ HEADERS = Aportis.h \
29 fileBrowser.h \ 29 fileBrowser.h \
30 infowin.h \ 30 infowin.h \
31 my_list.h \ 31 my_list.h \
32 name.h \ 32 name.h \
33 opie.h \ 33 opie.h \
34 pdb.h \ 34 pdb.h \
35 plucker.h \ 35 plucker.h \
36 ppm.h \ 36 ppm.h \
37 ppm_expander.h \ 37 ppm_expander.h \
38 ustring.h \ 38 ustring.h \
39 utypes.h \ 39 utypes.h \
40 version.h \ 40 version.h \
41 ztxt.h 41 ztxt.h
42 42
43 SOURCES = Aportis.cpp \ 43 SOURCES = Aportis.cpp \
44 Bkmks.cpp \ 44 Bkmks.cpp \
45 BuffDoc.cpp \ 45 BuffDoc.cpp \
46 CBuffer.cpp \ 46 CBuffer.cpp \
47 CDrawBuffer.cpp \ 47 CDrawBuffer.cpp \
48 CEncoding.cpp \ 48 CEncoding.cpp \
49 CFilter.cpp \ 49 CFilter.cpp \
50 FontControl.cpp \ 50 FontControl.cpp \
51 Navigation.cpp \ 51 Navigation.cpp \
52 Palm2QImage.cpp \ 52 Palm2QImage.cpp \
53 QTReader.cpp \ 53 QTReader.cpp \
54 QTReaderApp.cpp \ 54 QTReaderApp.cpp \
55 QtrListView.cpp \ 55 QtrListView.cpp \
56 StyleConsts.cpp \ 56 StyleConsts.cpp \
57 arith_d.cpp \ 57 arith_d.cpp \
58 fileBrowser.cpp \ 58 fileBrowser.cpp \
59 infowin.cpp \ 59 infowin.cpp \
60 main.cpp \ 60 main.cpp \
61 pdb.cpp \ 61 pdb.cpp \
62 plucker.cpp \ 62 plucker.cpp \
63 ppm.cpp \ 63 ppm.cpp \
64 ppm_expander.cpp \ 64 ppm_expander.cpp \
65 ztxt.cpp 65 ztxt.cpp
66 66
67 INTERFACES= 67 INTERFACES=
68 DESTDIR = $(OPIEDIR)/bin 68 DESTDIR = $(OPIEDIR)/bin
69 INCLUDEPATH+= $(OPIEDIR)/include 69 INCLUDEPATH+= $(OPIEDIR)/include
70 DEPENDPATH+= $(OPIEDIR)/include 70 DEPENDPATH+= $(OPIEDIR)/include
71 TARGET = reader 71 TARGET = reader
72 LIBS += -lqpe 72 LIBS += -lqpe
73 73
74 74
75 75
76 76
77include ( ../../../include.pro ) 77include ( $(OPIEDIR)/include.pro )