summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/reader/reader.pro
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-reader/reader/reader.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-reader/reader/reader.pro91
1 files changed, 91 insertions, 0 deletions
diff --git a/noncore/apps/opie-reader/reader/reader.pro b/noncore/apps/opie-reader/reader/reader.pro
new file mode 100644
index 0000000..3f56da9
--- a/dev/null
+++ b/noncore/apps/opie-reader/reader/reader.pro
@@ -0,0 +1,91 @@
+DEFINES += OPIE USEQPE
+VPATH = ..
+TEMPLATE = app
+CONFIG = qt warn_on release
+HEADERS = Aportis.h \
+ Bkmks.h \
+ BuffDoc.h \
+ ButtonPrefs.h \
+ CAnnoEdit.h \
+ CBuffer.h \
+ CDrawBuffer.h \
+ CEncoding.h \
+ CEncoding_tables.h \
+ CExpander.h \
+ CFilter.h \
+ CloseDialog.h \
+ Filedata.h \
+ FixedFont.h \
+ FontControl.h \
+ GraphicWin.h \
+ Markups.h \
+ Navigation.h \
+ Palm2QImage.h \
+ Prefs.h \
+ PPMd.h \
+ PPMdType.h \
+ QFloatBar.h \
+ QTReader.h \
+ QTReaderApp.h \
+ QtrListView.h \
+ Queue.h \
+ StyleConsts.h \
+ ToolbarPrefs.h \
+ URLDialog.h \
+ ZText.h \
+ arith.h \
+ cbkmkselector.h \
+ config.h \
+ fileBrowser.h \
+ infowin.h \
+ linktype.h \
+ my_list.h \
+ names.h \
+ ../OREADERINC/opie.h \
+ pdb.h \
+ plucker.h \
+ plucker_base.h \
+ ppm.h \
+ ppm_expander.h \
+ usenef.h \
+ ../OREADERINC/useqpe.h \
+ ustring.h \
+ util.h \
+ utypes.h \
+ version.h \
+ ztxt.h
+
+SOURCES = BuffDoc.cpp \
+ ButtonPrefs.cpp \
+ CAnnoEdit.cpp \
+ CDrawBuffer.cpp \
+ CEncoding.cpp \
+ CEncoding_tables.cpp \
+ CFilter.cpp \
+ CRegExp.cpp \
+ CloseDialog.cpp \
+ FontControl.cpp \
+ GraphicWin.cpp \
+ Prefs.cpp \
+ QTReader.cpp \
+ QTReaderApp.cpp \
+ QtrListView.cpp \
+ ToolbarPrefs.cpp \
+ URLDialog.cpp \
+ fileBrowser.cpp \
+ infowin.cpp \
+ main.cpp \
+ orkey.cpp \
+ util.cpp \
+ version.cpp
+
+INTERFACES =
+DESTDIR = $(OPIEDIR)/bin
+INCLUDEPATH += ../OREADERINC $(OPIEDIR)/include
+DEPENDPATH += ../OREADERINC $(OPIEDIR)/include
+TARGET = reader
+LIBS += -lopieui2 -lqpe -lreader_codec
+
+DEPENDPATH += ../OREADERINC
+
+include ( $(OPIEDIR)/include.pro )