summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/opie-reader.pro
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-reader/opie-reader.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-reader/opie-reader.pro65
1 files changed, 40 insertions, 25 deletions
diff --git a/noncore/apps/opie-reader/opie-reader.pro b/noncore/apps/opie-reader/opie-reader.pro
index 51849a3..139c03a 100644
--- a/noncore/apps/opie-reader/opie-reader.pro
+++ b/noncore/apps/opie-reader/opie-reader.pro
@@ -1,55 +1,70 @@
TEMPLATE = app
CONFIG = qt warn_on release
HEADERS = Aportis.h \
+ Bkmks.h \
BuffDoc.h \
+ CAnnoEdit.h \
CBuffer.h \
CDrawBuffer.h \
+ CEncoding.h \
CExpander.h \
CFilter.h \
+ Filedata.h \
+ FontControl.h \
+ GraphicWin.h \
+ Markups.h \
+ Navigation.h \
+ Palm2QImage.h \
+ QFloatBar.h \
QTReader.h \
QTReaderApp.h \
+ QtrListView.h \
+ Queue.h \
+ StateData.h \
+ StyleConsts.h \
ZText.h \
arith.h \
- my_list.h \
- ppm.h \
- ppm_expander.h \
cbkmkselector.h \
+ config.h \
fileBrowser.h \
- ztxt.h \
- QtrListView.h \
infowin.h \
- version.h \
+ my_list.h \
+ name.h \
+ opie.h \
pdb.h \
- utypes.h \
- ustring.h \
- CEncoding.h \
- CAnnoEdit.h \
- QFloatBar.h \
- StyleConsts.h \
- FontControl.h \
plucker.h \
- Markups.h \
- Bkmks.h \
- config.h
+ ppm.h \
+ ppm_expander.h \
+ ustring.h \
+ utypes.h \
+ version.h \
+ ztxt.h
+
SOURCES = Aportis.cpp \
+ Bkmks.cpp \
BuffDoc.cpp \
CBuffer.cpp \
CDrawBuffer.cpp \
+ CEncoding.cpp \
+ CFilter.cpp \
+ FontControl.cpp \
+ Navigation.cpp \
+ Palm2QImage.cpp \
QTReader.cpp \
QTReaderApp.cpp \
- arith_d.cpp \
- main.cpp \
- ppm.cpp \
- ppm_expander.cpp \
- ztxt.cpp \
QtrListView.cpp \
+ StyleConsts.cpp \
+ arith_d.cpp \
+ fileBrowser.cpp \
infowin.cpp \
+ main.cpp \
pdb.cpp \
- CEncoding.cpp \
- CFilter.cpp \
plucker.cpp \
- Bkmks.cpp \
- fileBrowser.cpp
+ ppm.cpp \
+ ppm_expander.cpp \
+ ztxt.cpp
+
+INTERFACES =
DESTDIR = $(OPIEDIR)/bin
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include