From 73253e93327cf4ef0932de1b4afb56af22a0f37e Mon Sep 17 00:00:00 2001 From: pohly Date: Tue, 24 Aug 2004 20:52:45 +0000 Subject: updated source to opie-reader 0.7g --- (limited to 'noncore/apps/opie-reader/reader') diff --git a/noncore/apps/opie-reader/reader/.cvsignore b/noncore/apps/opie-reader/reader/.cvsignore new file mode 100644 index 0000000..1810ee0 --- a/dev/null +++ b/noncore/apps/opie-reader/reader/.cvsignore @@ -0,0 +1,5 @@ +Makefile +config.in +moc_* +.moc +.obj 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 ) -- cgit v0.9.0.2