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.pro7
1 files changed, 3 insertions, 4 deletions
diff --git a/noncore/apps/opie-reader/opie-reader.pro b/noncore/apps/opie-reader/opie-reader.pro
index 62113c3..686f083 100644
--- a/noncore/apps/opie-reader/opie-reader.pro
+++ b/noncore/apps/opie-reader/opie-reader.pro
@@ -1,25 +1,24 @@
1 TEMPLATE= app
2 CONFIG = qt warn_on release 1 CONFIG = qt warn_on release
3 HEADERS = Aportis.h \ 2 HEADERS = Aportis.h \
4 Bkmks.h \ 3 Bkmks.h \
5 BuffDoc.h \ 4 BuffDoc.h \
6 CAnnoEdit.h \ 5 CAnnoEdit.h \
7 CBuffer.h \ 6 CBuffer.h \
8 CDrawBuffer.h \ 7 CDrawBuffer.h \
9 CEncoding.h \ 8 CEncoding.h \
10 CEncoding_tables.h \ 9 CEncoding_tables.h \
11 CExpander.h \ 10 CExpander.h \
12 CFilter.h \ 11 CFilter.h \
13 CloseDialog.h \ 12 CloseDialog.h \
14 Filedata.h \ 13 Filedata.h \
15 FixedFont.h \ 14 FixedFont.h \
16 FontControl.h \ 15 FontControl.h \
17 GraphicWin.h \ 16 GraphicWin.h \
18 Markups.h \ 17 Markups.h \
19 Navigation.h \ 18 Navigation.h \
20 Palm2QImage.h \ 19 Palm2QImage.h \
21 Prefs.h \ 20 Prefs.h \
22 QFloatBar.h \ 21 QFloatBar.h \
23 QTReader.h \ 22 QTReader.h \
24 QTReaderApp.h \ 23 QTReaderApp.h \
25 QtrListView.h \ 24 QtrListView.h \
@@ -60,34 +59,34 @@ SOURCES = Aportis.cpp \
60 CFilter.cpp \ 59 CFilter.cpp \
61 CloseDialog.cpp \ 60 CloseDialog.cpp \
62 FontControl.cpp \ 61 FontControl.cpp \
63 Navigation.cpp \ 62 Navigation.cpp \
64 Palm2QImage.cpp \ 63 Palm2QImage.cpp \
65 Prefs.cpp \ 64 Prefs.cpp \
66 QTReader.cpp \ 65 QTReader.cpp \
67 QTReaderApp.cpp \ 66 QTReaderApp.cpp \
68 QtrListView.cpp \ 67 QtrListView.cpp \
69 StyleConsts.cpp \ 68 StyleConsts.cpp \
70 ToolbarPrefs.cpp \ 69 ToolbarPrefs.cpp \
71 URLDialog.cpp \ 70 URLDialog.cpp \
72 arith_d.cpp \ 71 arith_d.cpp \
73 fileBrowser.cpp \ 72 fileBrowser.cpp \
74 infowin.cpp \ 73 infowin.cpp \
75 main.cpp \ 74 main.cpp \
76 pdb.cpp \ 75 pdb.cpp \
77 plucker.cpp \ 76 plucker.cpp \
78 plucker_base.cpp \ 77 plucker_base.cpp \
79 ppm.cpp \ 78 ppm.cpp \
80 ppm_expander.cpp \ 79 ppm_expander.cpp \
81 version.cpp \ 80 version.cpp \
82 ztxt.cpp 81 ztxt.cpp
83 82
84 INTERFACES= 83DESTDIR = $(OPIEDIR)/bin
85 DESTDIR = $(OPIEDIR)/bin 84TARGET = reader
85
86 INCLUDEPATH+= $(OPIEDIR)/include 86 INCLUDEPATH+= $(OPIEDIR)/include
87 DEPENDPATH+= $(OPIEDIR)/include 87 DEPENDPATH+= $(OPIEDIR)/include
88 TARGET = reader
89 LIBS += -lqpe 88 LIBS += -lqpe
90 89
91include ( $(OPIEDIR)/include.pro ) 90include ( $(OPIEDIR)/include.pro )
92 91
93 92