summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/opie-reader.pro
Unidiff
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.pro12
1 files changed, 6 insertions, 6 deletions
diff --git a/noncore/apps/opie-reader/opie-reader.pro b/noncore/apps/opie-reader/opie-reader.pro
index e42204a..dbf6964 100644
--- a/noncore/apps/opie-reader/opie-reader.pro
+++ b/noncore/apps/opie-reader/opie-reader.pro
@@ -1,14 +1,14 @@
1 CONFIG = qt warn_on 1CONFIG = qt warn_on
2 HEADERS = Aportis.h \ 2HEADERS = Aportis.h \
3 Bkmks.h \ 3 Bkmks.h \
4 BuffDoc.h \ 4 BuffDoc.h \
5 CAnnoEdit.h \ 5 CAnnoEdit.h \
6 CBuffer.h \ 6 CBuffer.h \
7 CDrawBuffer.h \ 7 CDrawBuffer.h \
8 CEncoding.h \ 8 CEncoding.h \
9 CEncoding_tables.h \ 9 CEncoding_tables.h \
10 CExpander.h \ 10 CExpander.h \
11 CFilter.h \ 11 CFilter.h \
12 CloseDialog.h \ 12 CloseDialog.h \
13 Filedata.h \ 13 Filedata.h \
14 FixedFont.h \ 14 FixedFont.h \
@@ -40,25 +40,25 @@ HEADERS = Aportis.h \
40 pdb.h \ 40 pdb.h \
41 plucker_base.h \ 41 plucker_base.h \
42 plucker.h \ 42 plucker.h \
43 ppm.h \ 43 ppm.h \
44 ppm_expander.h \ 44 ppm_expander.h \
45 usenef.h \ 45 usenef.h \
46 useqpe.h \ 46 useqpe.h \
47 ustring.h \ 47 ustring.h \
48 utypes.h \ 48 utypes.h \
49 version.h \ 49 version.h \
50 ztxt.h 50 ztxt.h
51 51
52 SOURCES = Aportis.cpp \ 52SOURCES = Aportis.cpp \
53 Bkmks.cpp \ 53 Bkmks.cpp \
54 BuffDoc.cpp \ 54 BuffDoc.cpp \
55 CBuffer.cpp \ 55 CBuffer.cpp \
56 CDrawBuffer.cpp \ 56 CDrawBuffer.cpp \
57 CEncoding.cpp \ 57 CEncoding.cpp \
58 CEncoding_tables.cpp \ 58 CEncoding_tables.cpp \
59 CFilter.cpp \ 59 CFilter.cpp \
60 CloseDialog.cpp \ 60 CloseDialog.cpp \
61 FontControl.cpp \ 61 FontControl.cpp \
62 Navigation.cpp \ 62 Navigation.cpp \
63 Palm2QImage.cpp \ 63 Palm2QImage.cpp \
64 Prefs.cpp \ 64 Prefs.cpp \
@@ -74,19 +74,19 @@ SOURCES = Aportis.cpp \
74 main.cpp \ 74 main.cpp \
75 pdb.cpp \ 75 pdb.cpp \
76 plucker.cpp \ 76 plucker.cpp \
77 plucker_base.cpp \ 77 plucker_base.cpp \
78 ppm.cpp \ 78 ppm.cpp \
79 ppm_expander.cpp \ 79 ppm_expander.cpp \
80 version.cpp \ 80 version.cpp \
81 ztxt.cpp 81 ztxt.cpp
82 82
83DESTDIR = $(OPIEDIR)/bin 83DESTDIR = $(OPIEDIR)/bin
84TARGET = reader 84TARGET = reader
85 85
86 INCLUDEPATH+= $(OPIEDIR)/include 86INCLUDEPATH += $(OPIEDIR)/include
87 DEPENDPATH+= $(OPIEDIR)/include 87DEPENDPATH += $(OPIEDIR)/include
88 LIBS += -lqpe 88LIBS += -lqpe -lopiecore2
89 89
90include ( $(OPIEDIR)/include.pro ) 90include ( $(OPIEDIR)/include.pro )
91 91
92 92