summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-reader/.cvsignore3
-rw-r--r--noncore/apps/opie-reader/opie-reader.pro11
2 files changed, 10 insertions, 4 deletions
diff --git a/noncore/apps/opie-reader/.cvsignore b/noncore/apps/opie-reader/.cvsignore
index 6d678c6..238a28e 100644
--- a/noncore/apps/opie-reader/.cvsignore
+++ b/noncore/apps/opie-reader/.cvsignore
@@ -1 +1,4 @@
1Makefile
1config.in 2config.in
3moc_*
4
diff --git a/noncore/apps/opie-reader/opie-reader.pro b/noncore/apps/opie-reader/opie-reader.pro
index db85aa4..62113c3 100644
--- a/noncore/apps/opie-reader/opie-reader.pro
+++ b/noncore/apps/opie-reader/opie-reader.pro
@@ -37,54 +37,57 @@ HEADERS = Aportis.h \
37 linktype.h \ 37 linktype.h \
38 my_list.h \ 38 my_list.h \
39 names.h \ 39 names.h \
40 opie.h \ 40 opie.h \
41 pdb.h \ 41 pdb.h \
42 plucker_base.h \ 42 plucker_base.h \
43 plucker.h \ 43 plucker.h \
44 ppm.h \ 44 ppm.h \
45 ppm_expander.h \ 45 ppm_expander.h \
46 usenef.h \ 46 usenef.h \
47 useqpe.h \ 47 useqpe.h \
48 ustring.h \ 48 ustring.h \
49 utypes.h \ 49 utypes.h \
50 version.h \ 50 version.h \
51 ztxt.h 51 ztxt.h
52 52
53 SOURCES = Aportis.cpp \ 53 SOURCES = Aportis.cpp \
54 Bkmks.cpp \ 54 Bkmks.cpp \
55 BuffDoc.cpp \ 55 BuffDoc.cpp \
56 CBuffer.cpp \ 56 CBuffer.cpp \
57 CDrawBuffer.cpp \ 57 CDrawBuffer.cpp \
58 CEncoding.cpp \ 58 CEncoding.cpp \
59 CEncoding_tables.cpp \ 59 CEncoding_tables.cpp \
60 CFilter.cpp \ 60 CFilter.cpp \
61 CloseDialog.cpp \ 61 CloseDialog.cpp \
62 FontControl.cpp \ 62 FontControl.cpp \
63 Navigation.cpp \ 63 Navigation.cpp \
64 Palm2QImage.cpp \ 64 Palm2QImage.cpp \
65 Prefs.cpp \ 65 Prefs.cpp \
66 QTReader.cpp \ 66 QTReader.cpp \
67 QTReaderApp.cpp \ 67 QTReaderApp.cpp \
68 QtrListView.cpp \ 68 QtrListView.cpp \
69 StyleConsts.cpp \ 69 StyleConsts.cpp \
70 ToolbarPrefs.cpp \ 70 ToolbarPrefs.cpp \
71 URLDialog.cpp \ 71 URLDialog.cpp \
72 arith_d.cpp \ 72 arith_d.cpp \
73 fileBrowser.cpp \ 73 fileBrowser.cpp \
74 infowin.cpp \ 74 infowin.cpp \
75 main.cpp \ 75 main.cpp \
76 pdb.cpp \ 76 pdb.cpp \
77 plucker.cpp \ 77 plucker.cpp \
78 plucker_base.cpp \ 78 plucker_base.cpp \
79 ppm.cpp \ 79 ppm.cpp \
80 ppm_expander.cpp \ 80 ppm_expander.cpp \
81 version.cpp \ 81 version.cpp \
82 ztxt.cpp 82 ztxt.cpp
83 83
84 INTERFACES= 84 INTERFACES=
85 DESTDIR = ../bin 85 DESTDIR = $(OPIEDIR)/bin
86 #INCLUDEPATH+= $(QPEDIR)/include 86 INCLUDEPATH+= $(OPIEDIR)/include
87 #DEPENDPATH+= $(QPEDIR)/include 87 DEPENDPATH+= $(OPIEDIR)/include
88 TARGET = uqtreader 88 TARGET = reader
89 LIBS += -lqpe 89 LIBS += -lqpe
90 90
91include ( $(OPIEDIR)/include.pro )
92
93