summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/qtreader.pro
Unidiff
Diffstat (limited to 'noncore/apps/opie-reader/qtreader.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-reader/qtreader.pro90
1 files changed, 90 insertions, 0 deletions
diff --git a/noncore/apps/opie-reader/qtreader.pro b/noncore/apps/opie-reader/qtreader.pro
new file mode 100644
index 0000000..db85aa4
--- a/dev/null
+++ b/noncore/apps/opie-reader/qtreader.pro
@@ -0,0 +1,90 @@
1 TEMPLATE= app
2 CONFIG = qt warn_on release
3 HEADERS = Aportis.h \
4 Bkmks.h \
5 BuffDoc.h \
6 CAnnoEdit.h \
7 CBuffer.h \
8 CDrawBuffer.h \
9 CEncoding.h \
10 CEncoding_tables.h \
11 CExpander.h \
12 CFilter.h \
13 CloseDialog.h \
14 Filedata.h \
15 FixedFont.h \
16 FontControl.h \
17 GraphicWin.h \
18 Markups.h \
19 Navigation.h \
20 Palm2QImage.h \
21 Prefs.h \
22 QFloatBar.h \
23 QTReader.h \
24 QTReaderApp.h \
25 QtrListView.h \
26 Queue.h \
27 StateData.h \
28 StyleConsts.h \
29 ToolbarPrefs.h \
30 URLDialog.h \
31 ZText.h \
32 arith.h \
33 cbkmkselector.h \
34 config.h \
35 fileBrowser.h \
36 infowin.h \
37 linktype.h \
38 my_list.h \
39 names.h \
40 opie.h \
41 pdb.h \
42 plucker_base.h \
43 plucker.h \
44 ppm.h \
45 ppm_expander.h \
46 usenef.h \
47 useqpe.h \
48 ustring.h \
49 utypes.h \
50 version.h \
51 ztxt.h
52
53 SOURCES = Aportis.cpp \
54 Bkmks.cpp \
55 BuffDoc.cpp \
56 CBuffer.cpp \
57 CDrawBuffer.cpp \
58 CEncoding.cpp \
59 CEncoding_tables.cpp \
60 CFilter.cpp \
61 CloseDialog.cpp \
62 FontControl.cpp \
63 Navigation.cpp \
64 Palm2QImage.cpp \
65 Prefs.cpp \
66 QTReader.cpp \
67 QTReaderApp.cpp \
68 QtrListView.cpp \
69 StyleConsts.cpp \
70 ToolbarPrefs.cpp \
71 URLDialog.cpp \
72 arith_d.cpp \
73 fileBrowser.cpp \
74 infowin.cpp \
75 main.cpp \
76 pdb.cpp \
77 plucker.cpp \
78 plucker_base.cpp \
79 ppm.cpp \
80 ppm_expander.cpp \
81 version.cpp \
82 ztxt.cpp
83
84 INTERFACES=
85 DESTDIR = ../bin
86 #INCLUDEPATH+= $(QPEDIR)/include
87 #DEPENDPATH+= $(QPEDIR)/include
88 TARGET = uqtreader
89 LIBS += -lqpe
90