summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/opie-reader.pro
authorkergoth <kergoth>2003-05-07 18:49:34 (UTC)
committer kergoth <kergoth>2003-05-07 18:49:34 (UTC)
commit915a0efe74756845f070900b8d6b3427644cfe61 (patch) (side-by-side diff)
treed398cd756f57282a305afafff3f7e1412ba3ed4c /noncore/apps/opie-reader/opie-reader.pro
parent3cee83b6e2931768fb0d0989b2235800914888a7 (diff)
downloadopie-915a0efe74756845f070900b8d6b3427644cfe61.zip
opie-915a0efe74756845f070900b8d6b3427644cfe61.tar.gz
opie-915a0efe74756845f070900b8d6b3427644cfe61.tar.bz2
Put opie-reader.pro back so it can actually generate a Makefile. Please compile test in the future before commit.
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.pro90
1 files changed, 90 insertions, 0 deletions
diff --git a/noncore/apps/opie-reader/opie-reader.pro b/noncore/apps/opie-reader/opie-reader.pro
new file mode 100644
index 0000000..db85aa4
--- a/dev/null
+++ b/noncore/apps/opie-reader/opie-reader.pro
@@ -0,0 +1,90 @@
+TEMPLATE = app
+CONFIG = qt warn_on release
+HEADERS = Aportis.h \
+ Bkmks.h \
+ BuffDoc.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 \
+ QFloatBar.h \
+ QTReader.h \
+ QTReaderApp.h \
+ QtrListView.h \
+ Queue.h \
+ StateData.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 \
+ opie.h \
+ pdb.h \
+ plucker_base.h \
+ plucker.h \
+ ppm.h \
+ ppm_expander.h \
+ usenef.h \
+ useqpe.h \
+ ustring.h \
+ utypes.h \
+ version.h \
+ ztxt.h
+
+SOURCES = Aportis.cpp \
+ Bkmks.cpp \
+ BuffDoc.cpp \
+ CBuffer.cpp \
+ CDrawBuffer.cpp \
+ CEncoding.cpp \
+ CEncoding_tables.cpp \
+ CFilter.cpp \
+ CloseDialog.cpp \
+ FontControl.cpp \
+ Navigation.cpp \
+ Palm2QImage.cpp \
+ Prefs.cpp \
+ QTReader.cpp \
+ QTReaderApp.cpp \
+ QtrListView.cpp \
+ StyleConsts.cpp \
+ ToolbarPrefs.cpp \
+ URLDialog.cpp \
+ arith_d.cpp \
+ fileBrowser.cpp \
+ infowin.cpp \
+ main.cpp \
+ pdb.cpp \
+ plucker.cpp \
+ plucker_base.cpp \
+ ppm.cpp \
+ ppm_expander.cpp \
+ version.cpp \
+ ztxt.cpp
+
+INTERFACES =
+DESTDIR = ../bin
+#INCLUDEPATH += $(QPEDIR)/include
+#DEPENDPATH += $(QPEDIR)/include
+TARGET = uqtreader
+LIBS += -lqpe
+